diff options
Diffstat (limited to 'libraries/iconfix')
-rw-r--r-- | libraries/iconfix/xdgicon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/iconfix/xdgicon.cpp b/libraries/iconfix/xdgicon.cpp index a36d80a9..84665a7d 100644 --- a/libraries/iconfix/xdgicon.cpp +++ b/libraries/iconfix/xdgicon.cpp @@ -52,7 +52,7 @@ struct QtIconCache : public IconCache } }; } -Q_GLOBAL_STATIC(IconCache, qtIconCache); +Q_GLOBAL_STATIC(IconCache, qtIconCache) static void qt_cleanup_icon_cache() { |