diff options
author | Olivier Goffart <olivier.goffart@nokia.com> | 2010-07-15 08:39:40 (GMT) |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2010-07-15 08:39:40 (GMT) |
commit | 633349982422fec92df4ed06da5d2becf788c494 (patch) | |
tree | 0dad2d21a55e840efc00b252ba43034384668ed4 /src/gui/styles/qstyle.h | |
parent | 4e2eb2945dbc3865e2901f12d663ed89e8f0dfbf (diff) | |
download | Qt-633349982422fec92df4ed06da5d2becf788c494.zip Qt-633349982422fec92df4ed06da5d2becf788c494.tar.gz Qt-633349982422fec92df4ed06da5d2becf788c494.tar.bz2 |
Amend previous commit 4e2eb2945dbc3865e2901f12d663ed89e8f0dfbf to fix compilation with QT_NO_DEBUG_STREAM
Qt in debug need to stay binary compatible with Qt in release.
See also commit cbbd7e084c7e46fd906db26b13032b8368c59093 that
introduced the problem
Task-number: QTBUG-11510
Diffstat (limited to 'src/gui/styles/qstyle.h')
-rw-r--r-- | src/gui/styles/qstyle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/styles/qstyle.h b/src/gui/styles/qstyle.h index 1ee262d..439901a 100644 --- a/src/gui/styles/qstyle.h +++ b/src/gui/styles/qstyle.h @@ -878,7 +878,7 @@ private: Q_DECLARE_OPERATORS_FOR_FLAGS(QStyle::State) Q_DECLARE_OPERATORS_FOR_FLAGS(QStyle::SubControls) -#if !defined(QT_NO_DEBUG) && !defined(QT_NO_DEBUG_STREAM) +#if !defined(QT_NO_DEBUG_STREAM) Q_GUI_EXPORT QDebug operator<<(QDebug debug, QStyle::State state); #endif |