Windows QScreen: handle change in working area when the taskbar moves
[profile/ivi/qtbase.git] / src / plugins / platforms / windows / qwindowsscreen.h
index 49b6263..dfd85f9 100644 (file)
@@ -129,7 +129,7 @@ public:
             delete m_screens.takeLast();
     }
 
-    void handleScreenChanges();
+    bool handleScreenChanges();
     bool handleDisplayChange(WPARAM wParam, LPARAM lParam);
     const WindowsScreenList &screens() const { return m_screens; }