NOISSUE tabs -> spaces
This commit is contained in:
@ -36,13 +36,13 @@
|
||||
class MULTIMC_ICONFIX_EXPORT XdgIcon
|
||||
{
|
||||
public:
|
||||
static QIcon fromTheme(const QString &iconName, const QIcon &fallback = QIcon());
|
||||
static QIcon fromTheme(const QStringList &iconNames, const QIcon &fallback = QIcon());
|
||||
static QIcon fromTheme(const QString &iconName, const QIcon &fallback = QIcon());
|
||||
static QIcon fromTheme(const QStringList &iconNames, const QIcon &fallback = QIcon());
|
||||
|
||||
static QString themeName();
|
||||
static void setThemeName(const QString &themeName);
|
||||
static QString themeName();
|
||||
static void setThemeName(const QString &themeName);
|
||||
|
||||
protected:
|
||||
explicit XdgIcon();
|
||||
virtual ~XdgIcon();
|
||||
explicit XdgIcon();
|
||||
virtual ~XdgIcon();
|
||||
};
|
||||
|
Reference in New Issue
Block a user