diff options
author | deva <deva> | 2008-06-18 11:03:34 +0000 |
---|---|---|
committer | deva <deva> | 2008-06-18 11:03:34 +0000 |
commit | 8c3994b02e3a0cf81ead56c8dcfefb67be078328 (patch) | |
tree | 7bf98b5b9438e0f64725bfc12a34b98c20583116 /client/macrowindow.h | |
parent | b681594b7e4f9a5375b555b152d661581c600a96 (diff) |
Restructured widget building, completed inital version of MultiList with format string parsing, db commiting and rereading.
Diffstat (limited to 'client/macrowindow.h')
-rw-r--r-- | client/macrowindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/macrowindow.h b/client/macrowindow.h index 138c438..82853d8 100644 --- a/client/macrowindow.h +++ b/client/macrowindow.h @@ -60,8 +60,9 @@ public slots: void cont(QString name); private: + void initMacro(QDomNode &node); + bool doCommit(); - void recurser(QDomNode xml_node, QWidget *parent); QVector< Widget* > widgets; QString macro; QString version; |