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>
bb10
Thiago Macieira 2012-06-20 18:56:22 +02:00 committed by Qt by Nokia
parent dc56fb18a7
commit 9a2dca09a3
1 changed files with 0 additions and 3 deletions

View File

@ -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();