diff options
Diffstat (limited to 'client/widgets/window.h')
-rw-r--r-- | client/widgets/window.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/widgets/window.h b/client/widgets/window.h index af1e3d7..6e3d5be 100644 --- a/client/widgets/window.h +++ b/client/widgets/window.h @@ -35,6 +35,12 @@ class Window : public QWidget, public Widget { public: Window(QDomNode &node, MacroWindow *macrowindow); + + void connectFrom(const char *signal, + const QObject *receiver, const char *method); + + void connectTo(const QObject *sender, const char *signal, + const char *method); }; #endif/*__PRACRO_WINDOW_H__*/ |