diff options
author | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-10-27 10:59:55 (GMT) |
---|---|---|
committer | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-10-27 10:59:55 (GMT) |
commit | ca7640ff5e12f9e818d3b8ca38318f0fdcf47e3e (patch) | |
tree | f90d78da363ca65387915d2bcc1eae89e100abd4 /src/gui/kernel/qguiplatformplugin.cpp | |
parent | 8a9ab43e572443eefbf19d59740fdc64d25d1005 (diff) | |
parent | 0f6ab9612eba6c5418991443b65a10820d6b5a1f (diff) | |
download | Qt-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.cpp | 2 |
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; } |