forked from qt-creator/qt-creator
ResourceEditor: Remove unimplemented functions
Change-Id: I72ba112682a6cb2eeca02f84ed3783febf0515f1 Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
@@ -53,9 +53,6 @@ public:
|
|||||||
bool addFiles(const QStringList &filePaths, QStringList *notAdded);
|
bool addFiles(const QStringList &filePaths, QStringList *notAdded);
|
||||||
bool removeFiles(const QStringList &filePaths, QStringList *notRemoved);
|
bool removeFiles(const QStringList &filePaths, QStringList *notRemoved);
|
||||||
|
|
||||||
bool addFiles(const QString &prefix, const QString &lang, const QStringList &filePaths, QStringList *notAdded);
|
|
||||||
bool removeFiles(const QString &prefix, const QString &lang,const QStringList &filePaths, QStringList *notRemoved);
|
|
||||||
|
|
||||||
bool addPrefix(const QString &prefix, const QString &lang);
|
bool addPrefix(const QString &prefix, const QString &lang);
|
||||||
bool removePrefix(const QString &prefix, const QString &lang);
|
bool removePrefix(const QString &prefix, const QString &lang);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user