summaryrefslogtreecommitdiff
path: root/src/images.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/images.h')
-rw-r--r--src/images.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/images.h b/src/images.h
index cd6cb21..b979911 100644
--- a/src/images.h
+++ b/src/images.h
@@ -21,6 +21,7 @@
#include <QPixmap>
#include <QString>
+#include <QIcon>
/* Warning: don't use this until global->preferences is created! */
class Images
@@ -36,6 +37,11 @@ public:
//! Returns the filename of the icon
static QString file(const QString & icon_name);
+ static QIcon multiIcon(QString name, QString fallback_icon);
+
+ static QString styleSheet();
+ static QString themesDirectory();
+
private:
//! Return the filename for the icon
static QString filename(const QString & name, bool png);