aboutsummaryrefslogtreecommitdiff
path: root/plainqt
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@nokia.com>2010-06-28 14:51:39 +0300
committerDaniel d'Andrada <daniel.dandrada@nokia.com>2010-06-28 14:53:08 +0300
commit97e6f68de0560d2f732978e9b6988a350ad96307 (patch)
tree43d778859bccb2e2925173785ec510b2db34b80c /plainqt
parent817e2c14df6ebb52c0606ae3e01fbac5a3ea0457 (diff)
Changes: Removed debug output from qtmaemo6style
RevBy: TrustMe
Diffstat (limited to 'plainqt')
-rw-r--r--plainqt/style/qtmaemo6style.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plainqt/style/qtmaemo6style.cpp b/plainqt/style/qtmaemo6style.cpp
index cdf07729..0d049f3b 100644
--- a/plainqt/style/qtmaemo6style.cpp
+++ b/plainqt/style/qtmaemo6style.cpp
@@ -210,7 +210,6 @@ const MStyle *QtMaemo6StylePrivate::mStyle(QStyle::State state,
QString QtMaemo6StylePrivate::modeFromState(QStyle::State state)
{
QString mode;
- qCritical() << state;
if (state & QStyle::State_Enabled) {
if (state & QStyle::State_Active)
mode = "active";