diff options
author | Petr Mrázek <peterix@gmail.com> | 2018-06-28 23:18:45 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2018-06-28 23:18:45 +0200 |
commit | 7fe94ca7b4aa191b1e79331b16724b7e9cc9f56e (patch) | |
tree | 59d922b5c35a70542355ae26f6a2dc442afa5307 /libraries/iconfix | |
parent | b5f636b3d57a63f634c4efe5a4ccd9a91f53df04 (diff) | |
download | MultiMC-7fe94ca7b4aa191b1e79331b16724b7e9cc9f56e.tar MultiMC-7fe94ca7b4aa191b1e79331b16724b7e9cc9f56e.tar.gz MultiMC-7fe94ca7b4aa191b1e79331b16724b7e9cc9f56e.tar.lz MultiMC-7fe94ca7b4aa191b1e79331b16724b7e9cc9f56e.tar.xz MultiMC-7fe94ca7b4aa191b1e79331b16724b7e9cc9f56e.zip |
NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic`
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() { |