diff options
Diffstat (limited to 'client/macrowindow.h')
-rw-r--r-- | client/macrowindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/macrowindow.h b/client/macrowindow.h index 9386f35..322d514 100644 --- a/client/macrowindow.h +++ b/client/macrowindow.h @@ -51,6 +51,7 @@ public: LUA *lua; Widget *getWidget(QString name); + void addAuxWidgets(QVector< Widget* >); public slots: void commit(); @@ -63,6 +64,7 @@ private: bool doCommit(); QVector< Widget* > widgets; + QVector< Widget* > auxwidgets; QString macro; QString version; QWidget *mainwidget; |