diff options
Diffstat (limited to 'common/resourceconfig.h')
-rw-r--r-- | common/resourceconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/resourceconfig.h b/common/resourceconfig.h index 2108caa..fb74249 100644 --- a/common/resourceconfig.h +++ b/common/resourceconfig.h | |||
@@ -29,6 +29,7 @@ class SINK_EXPORT ResourceConfig | |||
29 | { | 29 | { |
30 | public: | 30 | public: |
31 | static QMap<QByteArray, QByteArray> getResources(); | 31 | static QMap<QByteArray, QByteArray> getResources(); |
32 | static QByteArray getResourceType(const QByteArray &identifier); | ||
32 | static QByteArray newIdentifier(const QByteArray &type); | 33 | static QByteArray newIdentifier(const QByteArray &type); |
33 | static void addResource(const QByteArray &identifier, const QByteArray &type); | 34 | static void addResource(const QByteArray &identifier, const QByteArray &type); |
34 | static void removeResource(const QByteArray &identifier); | 35 | static void removeResource(const QByteArray &identifier); |