summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-05-21 21:31:46 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-05-22 13:52:17 +0200
commitfd7bfc618430bbd5e9d4118d264179c22abf3f4a (patch)
treeb1afcabe36dffba2358eea8e17b189d6b771d743 /src/gui/kernel/qguiapplication.h
parent121cc4d955fe4aa3b0f9de0d61bf1ff9f6e944ab (diff)
Add QGuiApp::topLevelAt and fix visibility flag
Add and remove windows to the list of top level windows. Correctly set the visibility flag for windows and implement a QGuiApplication::topLevelAt() method that uses the QPlatformScreen.
Diffstat (limited to 'src/gui/kernel/qguiapplication.h')
-rw-r--r--src/gui/kernel/qguiapplication.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qguiapplication.h b/src/gui/kernel/qguiapplication.h
index f12214dee1..4557b946a8 100644
--- a/src/gui/kernel/qguiapplication.h
+++ b/src/gui/kernel/qguiapplication.h
@@ -80,6 +80,7 @@ public:
virtual ~QGuiApplication();
static QWindowList topLevelWindows();
+ static QWindow *topLevelAt(const QPoint &pos);
static QWindow *activeWindow();