summaryrefslogtreecommitdiffstats
path: root/src/gui/styles/qstyleoption.h
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@sosco.com>2009-10-22 11:26:45 (GMT)
committerShane Kearns <shane.kearns@sosco.com>2009-10-22 13:50:11 (GMT)
commitcbbd7e084c7e46fd906db26b13032b8368c59093 (patch)
treee96ffeaa605e8675a9b9157f6f9ffd0b0a8ffb59 /src/gui/styles/qstyleoption.h
parentabae4e913e91e64153edcc8cb771393062432ea2 (diff)
downloadQt-cbbd7e084c7e46fd906db26b13032b8368c59093.zip
Qt-cbbd7e084c7e46fd906db26b13032b8368c59093.tar.gz
Qt-cbbd7e084c7e46fd906db26b13032b8368c59093.tar.bz2
QtGui release/debug binary compatibility
QtGui had some debug functions only exported in the debug build. Now these are exported in release mode as well, but as stubs (i.e. no debug output is generated). Reviewed-by: Thiago Macieira
Diffstat (limited to 'src/gui/styles/qstyleoption.h')
-rw-r--r--src/gui/styles/qstyleoption.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/styles/qstyleoption.h b/src/gui/styles/qstyleoption.h
index 2860664..bf8b479 100644
--- a/src/gui/styles/qstyleoption.h
+++ b/src/gui/styles/qstyleoption.h
@@ -938,10 +938,8 @@ T qstyleoption_cast(QStyleHintReturn *hint)
return 0;
}
-#if !defined(QT_NO_DEBUG_STREAM) && !defined(QT_NO_DEBUG)
Q_GUI_EXPORT QDebug operator<<(QDebug debug, const QStyleOption::OptionType &optionType);
Q_GUI_EXPORT QDebug operator<<(QDebug debug, const QStyleOption &option);
-#endif
QT_END_NAMESPACE