From 9a2dca09a369feae94b7e7d79ea9e70a0cbfc196 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Wed, 20 Jun 2012 18:56:22 +0200 Subject: 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 --- src/gui/kernel/qguiapplication.h | 3 --- 1 file changed, 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(); -- cgit v1.2.3