From 3d3f5f84fe3bbe9862ac3837c9dfb38216c1a081 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 14 Feb 2012 08:55:02 +0100 Subject: Move desktopSettingsAware to QGuiApplication. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For use by the QPA plugins. Reviewed-by: Samuel Rødal Reviewed-by: Morten Sørvig Task-number: QTBUG-24204 Change-Id: I7f35274eedb55fcb60ad289768234bc302286d01 Reviewed-by: Friedemann Kleint --- src/widgets/kernel/qapplication.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/widgets/kernel/qapplication.h') diff --git a/src/widgets/kernel/qapplication.h b/src/widgets/kernel/qapplication.h index bace73e072..503b36aec6 100644 --- a/src/widgets/kernel/qapplication.h +++ b/src/widgets/kernel/qapplication.h @@ -158,9 +158,6 @@ public: static Qt::KeyboardModifiers queryKeyboardModifiers(); static Qt::MouseButtons mouseButtons(); - static void setDesktopSettingsAware(bool); - static bool desktopSettingsAware(); - static void setCursorFlashTime(int); static int cursorFlashTime(); -- cgit v1.2.3