forked from qt-creator/qt-creator
Coding style: there's no Q_STATIC_GLOBAL.
Change-Id: Id263db007896ffd26d9e56df2515cb88f4a7dfa9 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
committed by
Eike Ziller
parent
a1b6a4749e
commit
32ebcb0297
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user