From 475882356de5ac95c50cf7e7144117793eec6b2e Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 21 Aug 2008 07:45:08 +0000 Subject: Added aux widget list to macrowindow --- client/macrowindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/macrowindow.h') 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; -- cgit v1.2.3