tools/shared/windows/registry.cpp
changeset 30 5dc02b23752f
parent 18 2f34d5167611
--- a/tools/shared/windows/registry.cpp	Wed Jun 23 19:07:03 2010 +0300
+++ b/tools/shared/windows/registry.cpp	Tue Jul 06 15:10:48 2010 +0300
@@ -148,7 +148,7 @@
         }
 
         default:
-            qWarning("QSettings: unknown data %d type in windows registry", dataType);
+            qWarning("QSettings: unknown data %u type in windows registry", quint32(dataType));
             break;
     }