diff options
author | axis <qt-info@nokia.com> | 2009-04-07 14:26:37 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-05-04 13:22:21 (GMT) |
commit | 8d08c42c6a5478e8890d59f58483f4eff3d286ca (patch) | |
tree | 6ca7be5a50290b8c9161f1bf37ab82847cba2725 /src/gui/kernel/qapplication_p.h | |
parent | 9e838079f5f8d62aebb542f2415cd77ef9d71df2 (diff) | |
download | Qt-8d08c42c6a5478e8890d59f58483f4eff3d286ca.zip Qt-8d08c42c6a5478e8890d59f58483f4eff3d286ca.tar.gz Qt-8d08c42c6a5478e8890d59f58483f4eff3d286ca.tar.bz2 |
Added QApplication::autoSipOnMouseFocus.
RevBy: denis
Diffstat (limited to 'src/gui/kernel/qapplication_p.h')
-rw-r--r-- | src/gui/kernel/qapplication_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qapplication_p.h b/src/gui/kernel/qapplication_p.h index 553efbe..bfc5652 100644 --- a/src/gui/kernel/qapplication_p.h +++ b/src/gui/kernel/qapplication_p.h @@ -354,6 +354,7 @@ public: static bool fade_tooltip; static bool animate_toolbox; static bool widgetCount; // Coupled with -widgetcount switch + static bool auto_sip_on_mouse_focus; #ifdef Q_WS_MAC static bool native_modal_dialog_active; #endif |