From b9773f6eecea38e6a5aa28745cc6fe79aa2d441f Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 12 Mar 2016 10:54:52 +0100 Subject: 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. --- plugingui/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui/window.h') 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); -- cgit v1.2.3