PluginlistW should be a separate window

Be able to move the plugin window independently from
the base windown in order to see when we add an element.
This commit is contained in:
Stephane Cerveau 2016-11-11 11:26:13 +01:00
parent 8a1759c547
commit d246dc875f

View file

@ -15,7 +15,7 @@ class PluginsList: public QDialog
{
Q_OBJECT
public:
PluginsList(QWidget *pwgt = NULL, Qt::WindowFlags f = 0);
PluginsList(QWidget *pwgt = NULL, Qt::WindowFlags f = Qt::Window);
GraphManager *m_pGraph;