diff -r 5dc02b23752f -r 3e2da88830cd src/gui/styles/qstyleoption.h --- a/src/gui/styles/qstyleoption.h Tue Jul 06 15:10:48 2010 +0300 +++ b/src/gui/styles/qstyleoption.h Wed Aug 18 10:37:55 2010 +0300 @@ -958,8 +958,10 @@ return 0; } +#if !defined(QT_NO_DEBUG_STREAM) 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