diff options
Diffstat (limited to 'logic/icons/IconList.h')
-rw-r--r-- | logic/icons/IconList.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/logic/icons/IconList.h b/logic/icons/IconList.h index 07fb1379..cc2ba5c4 100644 --- a/logic/icons/IconList.h +++ b/logic/icons/IconList.h @@ -43,6 +43,7 @@ public: bool addIcon(QString key, QString name, QString path, MMCIcon::Type type); bool deleteIcon(QString key); + bool iconFileExists(QString key); virtual QStringList mimeTypes() const; virtual Qt::DropActions supportedDropActions() const; @@ -52,6 +53,8 @@ public: void installIcons(QStringList iconFiles); + const MMCIcon * icon(QString key); + void startWatching(); void stopWatching(); |