diff options
author | deva <deva> | 2010-08-13 11:56:34 +0000 |
---|---|---|
committer | deva <deva> | 2010-08-13 11:56:34 +0000 |
commit | c58541468c5477323e35837a8f0aeaf41e5a0794 (patch) | |
tree | 4a215de3b61bf3a521edf2e6f67f00c3731b6dc7 /client/macrowindow.h | |
parent | 51122d8689f6fbb1061ee0b19f885ad8851dfd50 (diff) |
Fix one too many resets of the LUA stack.
Diffstat (limited to 'client/macrowindow.h')
-rw-r--r-- | client/macrowindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/macrowindow.h b/client/macrowindow.h index 02370dd..dc60ccc 100644 --- a/client/macrowindow.h +++ b/client/macrowindow.h @@ -68,6 +68,9 @@ signals: void macroHasChanged(); void activationChanged(bool); +private slots: + void collapsed(); + private: void initMacro(QDomNode &node); |