diff options
author | Petr Mrázek <peterix@gmail.com> | 2021-10-13 21:29:53 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2021-10-21 00:47:53 +0200 |
commit | f39c313c5fa1b7a76e3d28219310a471cc5114e7 (patch) | |
tree | 5401c08d2ab8a70a6016395d7eeb6b46a3b2960e /libraries/iconfix/xdgicon.h | |
parent | 462a44b4be02b04c4ee2941bc9aaabfcbe720590 (diff) | |
download | PrismLauncher-f39c313c5fa1b7a76e3d28219310a471cc5114e7.tar.gz PrismLauncher-f39c313c5fa1b7a76e3d28219310a471cc5114e7.tar.bz2 PrismLauncher-f39c313c5fa1b7a76e3d28219310a471cc5114e7.zip |
NOISSUE fix _ICONFIX_EXPORT
Diffstat (limited to 'libraries/iconfix/xdgicon.h')
-rw-r--r-- | libraries/iconfix/xdgicon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/iconfix/xdgicon.h b/libraries/iconfix/xdgicon.h index 1380607c..d37eb718 100644 --- a/libraries/iconfix/xdgicon.h +++ b/libraries/iconfix/xdgicon.h @@ -31,9 +31,9 @@ #include <QString> #include <QStringList> -#include "multimc_iconfix_export.h" +#include "launcher_iconfix_export.h" -class MULTIMC_ICONFIX_EXPORT XdgIcon +class LAUNCHER_ICONFIX_EXPORT XdgIcon { public: static QIcon fromTheme(const QString &iconName, const QIcon &fallback = QIcon()); |