summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiplatformplugin.cpp
diff options
context:
space:
mode:
authorJan-Arve Sæther <jan-arve.saether@nokia.com>2009-10-27 10:59:55 (GMT)
committerJan-Arve Sæther <jan-arve.saether@nokia.com>2009-10-27 10:59:55 (GMT)
commitca7640ff5e12f9e818d3b8ca38318f0fdcf47e3e (patch)
treef90d78da363ca65387915d2bcc1eae89e100abd4 /src/gui/kernel/qguiplatformplugin.cpp
parent8a9ab43e572443eefbf19d59740fdc64d25d1005 (diff)
parent0f6ab9612eba6c5418991443b65a10820d6b5a1f (diff)
downloadQt-ca7640ff5e12f9e818d3b8ca38318f0fdcf47e3e.zip
Qt-ca7640ff5e12f9e818d3b8ca38318f0fdcf47e3e.tar.gz
Qt-ca7640ff5e12f9e818d3b8ca38318f0fdcf47e3e.tar.bz2
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6
Diffstat (limited to 'src/gui/kernel/qguiplatformplugin.cpp')
-rw-r--r--src/gui/kernel/qguiplatformplugin.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/kernel/qguiplatformplugin.cpp b/src/gui/kernel/qguiplatformplugin.cpp
index 6e074a1..b01d40f 100644
--- a/src/gui/kernel/qguiplatformplugin.cpp
+++ b/src/gui/kernel/qguiplatformplugin.cpp
@@ -288,6 +288,8 @@ int QGuiPlatformPlugin::platformHint(PlatformHint hint)
#endif
//by default keep ret = 0 so QCommonStyle will use the style default
break;
+ default:
+ break;
}
return ret;
}