diff options
Diffstat (limited to 'client/widgets/window.h')
-rw-r--r-- | client/widgets/window.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/client/widgets/window.h b/client/widgets/window.h index bd4c77b..af1e3d7 100644 --- a/client/widgets/window.h +++ b/client/widgets/window.h @@ -35,10 +35,6 @@ class Window : public QWidget, public Widget { public: Window(QDomNode &node, MacroWindow *macrowindow); - -public slots: - QString getValue(); - }; #endif/*__PRACRO_WINDOW_H__*/ |