mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2025-01-10 17:05:31 +00:00
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:
parent
8a1759c547
commit
d246dc875f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class PluginsList: public QDialog
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
PluginsList(QWidget *pwgt = NULL, Qt::WindowFlags f = 0);
|
PluginsList(QWidget *pwgt = NULL, Qt::WindowFlags f = Qt::Window);
|
||||||
|
|
||||||
GraphManager *m_pGraph;
|
GraphManager *m_pGraph;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue