summaryrefslogtreecommitdiff
path: root/client/widgets/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/widgets/window.h')
-rw-r--r--client/widgets/window.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/widgets/window.h b/client/widgets/window.h
index 6e3d5be..497c237 100644
--- a/client/widgets/window.h
+++ b/client/widgets/window.h
@@ -41,6 +41,11 @@ public:
void connectTo(const QObject *sender, const char *signal,
const char *method);
+
+ void disable();
+ void enable();
+ bool isDisabled();
+
};
#endif/*__PRACRO_WINDOW_H__*/