summaryrefslogtreecommitdiff
path: root/plugingui/window.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2016-03-12 10:54:52 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2016-03-12 10:54:52 +0100
commitb9773f6eecea38e6a5aa28745cc6fe79aa2d441f (patch)
tree3740949c67bb6bfe533b35974f230c0443ce2c57 /plugingui/window.h
parent4bda33e204fafc4fdee6d14d5167ca7a801400ae (diff)
Add parent widget pointer for contained plugin windows. Remove threaded event handling and make all event handling depend on processEcvents being called with a regular (~50ms) interval.
Diffstat (limited to 'plugingui/window.h')
-rw-r--r--plugingui/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/window.h b/plugingui/window.h
index f898105..c101458 100644
--- a/plugingui/window.h
+++ b/plugingui/window.h
@@ -37,7 +37,7 @@ namespace GUI {
class Window : public Widget {
public:
- Window();
+ Window(void* native_window);
~Window();
void setFixedSize(int width, int height);