NOISSUE fix _ICONFIX_EXPORT

This commit is contained in:
Petr Mrázek 2021-10-13 21:29:53 +02:00
parent 462a44b4be
commit f39c313c5f

View File

@ -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());