summaryrefslogtreecommitdiffstats
path: root/src/gui/styles
diff options
context:
space:
mode:
authorCarlos Manuel Duclos Vergara <carlos.duclos@nokia.com>2010-05-21 13:18:46 (GMT)
committerCarlos Manuel Duclos Vergara <carlos.duclos@nokia.com>2010-05-21 13:19:36 (GMT)
commit634e3646cfbc53e85b66b42d2a75fb1fd4dab164 (patch)
tree352ca64eec7df8082aaac99442afec6ad4e0fd4b /src/gui/styles
parent4377e247e135967eb7b4c89906415abecb283bd3 (diff)
downloadQt-634e3646cfbc53e85b66b42d2a75fb1fd4dab164.zip
Qt-634e3646cfbc53e85b66b42d2a75fb1fd4dab164.tar.gz
Qt-634e3646cfbc53e85b66b42d2a75fb1fd4dab164.tar.bz2
Removing unneeded qDebug statement.
Reviewed-by: Richard Moe Gustavsen
Diffstat (limited to 'src/gui/styles')
-rw-r--r--src/gui/styles/qmacstyle_mac.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/styles/qmacstyle_mac.mm b/src/gui/styles/qmacstyle_mac.mm
index 9cffc1e..aaebe4b 100644
--- a/src/gui/styles/qmacstyle_mac.mm
+++ b/src/gui/styles/qmacstyle_mac.mm
@@ -3361,7 +3361,6 @@ void QMacStyle::drawControl(ControlElement ce, const QStyleOption *opt, QPainter
QCommonStyle::drawControl(ce, opt, p, w);
break;
case CE_PushButtonBevel:
- qDebug() << "here";
if (const QStyleOptionButton *btn = ::qstyleoption_cast<const QStyleOptionButton *>(opt)) {
if (!(btn->state & (State_Raised | State_Sunken | State_On)))
break;