summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-06-20 18:56:22 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-27 12:39:53 +0200
commit9a2dca09a369feae94b7e7d79ea9e70a0cbfc196 (patch)
treefd9c10acfc125a9cd4023995db6467a4a5709ef3 /src/gui
parentdc56fb18a7c8d58087b8548b5cb134dbb4f9d4ab (diff)
Remove deprecated method from new class.
I'm pretty sure I've caught all uses of deprecated methods throughout the Qt codebase, except for the ItemViews changes and for QtWebKit (which must still compile with Qt 4). Change-Id: Ic17801b71434fa41c647f97c9e5e4234ad4f9af0 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/kernel/qguiapplication.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/kernel/qguiapplication.h b/src/gui/kernel/qguiapplication.h
index b84d73147d..e171f81418 100644
--- a/src/gui/kernel/qguiapplication.h
+++ b/src/gui/kernel/qguiapplication.h
@@ -94,9 +94,6 @@ public:
static QWindow *modalWindow();
-#if QT_DEPRECATED_SINCE(5, 0)
- static QT_DEPRECATED QWindow *activeWindow() { return focusWindow(); }
-#endif
static QWindow *focusWindow();
static QObject *focusObject();