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 fec9f56..cc9cb94 100644 --- a/common/resourceconfig.h +++ b/common/resourceconfig.h | |||
@@ -28,6 +28,7 @@ class ResourceConfig | |||
28 | { | 28 | { |
29 | public: | 29 | public: |
30 | static QMap<QByteArray, QByteArray> getResources(); | 30 | static QMap<QByteArray, QByteArray> getResources(); |
31 | static QByteArray newIdentifier(const QByteArray &type); | ||
31 | static void addResource(const QByteArray &identifier, const QByteArray &type); | 32 | static void addResource(const QByteArray &identifier, const QByteArray &type); |
32 | static void removeResource(const QByteArray &identifier); | 33 | static void removeResource(const QByteArray &identifier); |
33 | static void clear(); | 34 | static void clear(); |