Skip to content

Commit

Permalink
Python: make sure that our test Zinc window loads before our Python C…
Browse files Browse the repository at this point in the history
…onsole window.
  • Loading branch information
agarny committed Oct 24, 2019
1 parent c19ca69 commit 4025159
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugins/test/ZincWindow/src/zincwindowplugin.cpp
Expand Up @@ -45,7 +45,8 @@ PLUGININFO_FUNC ZincWindowPluginInfo()

return new PluginInfo(PluginInfo::Category::Test, true, false,
QStringList() << "ZincWidget",
descriptions);
descriptions,
QStringList() << "PythonConsoleWindow");
}

//==============================================================================
Expand Down

0 comments on commit 4025159

Please sign in to comment.