From 32ebcb02974de4e00fe6aa5e23298f46e3b1b85a Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev <annulen@yandex.ru> Date: Wed, 8 Aug 2012 15:57:01 +0400 Subject: [PATCH] Coding style: there's no Q_STATIC_GLOBAL. Change-Id: Id263db007896ffd26d9e56df2515cb88f4a7dfa9 Reviewed-by: Eike Ziller <eike.ziller@nokia.com> --- doc/api/coding-style.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/coding-style.qdoc b/doc/api/coding-style.qdoc index 4ab4c7a56c0..42d9c92df1d 100644 --- a/doc/api/coding-style.qdoc +++ b/doc/api/coding-style.qdoc @@ -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() { -- GitLab