summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qabstractspinbox.cpp
diff options
context:
space:
mode:
authorOlivier Blin <olivier.blin@softathome.com>2016-05-30 11:16:19 +0200
committerOlivier Blin <qt@blino.org>2016-07-06 09:09:35 +0000
commit3cc2884c031e0ab1098f59fae9aa6e05f54d36f8 (patch)
treef7a82e8487da1a4f44cea2f15912f9fe71a41a7e /src/widgets/widgets/qabstractspinbox.cpp
parent8f85e82c5dc3d3028828e11ff59b16e3cae2844d (diff)
Fix defining QGuiApplication::sync() when QT_NO_SESSIONMANAGER is set
sync() is unconditionally declared in the QGuiApplication header, but the definition was under QT_NO_SESSIONMANAGER guards. This commit moves the definition of sync() outside of the QT_NO_SESSIONMANAGER guards, since the sync code has nothing to do with session management. [ChangeLog][QtGui][QGuiApplication] Fixed a bug that would cause QGuiApplication::sync() to be left undefined for Qt builds without session management support. Change-Id: Ieb46f7c90c9193e89469126170117d9df672f4cb Task-number: QTBUG-51703 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/widgets/widgets/qabstractspinbox.cpp')
0 files changed, 0 insertions, 0 deletions