Coding style: there's no Q_STATIC_GLOBAL.

Change-Id: Id263db007896ffd26d9e56df2515cb88f4a7dfa9
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
Konstantin Tokarev
2012-08-08 15:57:01 +04:00
committed by Eike Ziller
parent a1b6a4749e
commit 32ebcb0297
+1 -1
View File
@@ -769,7 +769,7 @@
// Use Q_GLOBAL_STATIC to create static global objects instead:
Q_STATIC_GLOBAL(QString, s)
Q_GLOBAL_STATIC(QString, s)
void foo()
{