Skip to content
Snippets Groups Projects
Commit 32ebcb02 authored by Konstantin Tokarev's avatar Konstantin Tokarev Committed by Eike Ziller
Browse files

Coding style: there's no Q_STATIC_GLOBAL.


Change-Id: Id263db007896ffd26d9e56df2515cb88f4a7dfa9
Reviewed-by: default avatarEike Ziller <eike.ziller@nokia.com>
parent a1b6a474
No related branches found
No related tags found
No related merge requests found
......@@ -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()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment