diff options
author | deva <deva> | 2010-08-13 07:58:49 +0000 |
---|---|---|
committer | deva <deva> | 2010-08-13 07:58:49 +0000 |
commit | bc229dbfabdf6a59453605e7652f04a268605b3a (patch) | |
tree | 949c083efc8a06e1b55fa9440cc100d2b235215d /client/macrowindow.h | |
parent | d9338083192084613e5530b02710b796252d342b (diff) |
Memory cleanup bug, fixed.
Diffstat (limited to 'client/macrowindow.h')
-rw-r--r-- | client/macrowindow.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/client/macrowindow.h b/client/macrowindow.h index 803bf62..3bc02f2 100644 --- a/client/macrowindow.h +++ b/client/macrowindow.h @@ -48,8 +48,6 @@ public: LUA *lua; - // Widget *getWidget(QString name); - void update(QDomNode &xml_doc); void setActive(bool active); @@ -67,9 +65,6 @@ public slots: void collapseWrapper(); void expandWrapper(); - void collapsed(); - void expanded(); - signals: void updateOnCommit(); void macroHasChanged(); |