Skip to content
Snippets Groups Projects
Commit 78507bfe authored by Don Gagne's avatar Don Gagne
Browse files

SetupView no longer created at boot

UAS may be around at constructor time
parent dd8b0a3a
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ SetupView::SetupView(QWidget* parent) :
setResizeMode(SizeRootObjectToView);
_setActiveUAS(NULL);
_setActiveUAS(UASManager::instance()->getActiveUAS());
}
SetupView::~SetupView()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment