diff options
author | deva <deva> | 2008-08-21 07:45:08 +0000 |
---|---|---|
committer | deva <deva> | 2008-08-21 07:45:08 +0000 |
commit | 475882356de5ac95c50cf7e7144117793eec6b2e (patch) | |
tree | 0d9deaa1b80835fef14365af80060b831b6750cf /client/macrowindow.h | |
parent | 346bb313cd27383b3c7e54da7750ee4f17758d12 (diff) |
Added aux widget list to macrowindow
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; |