forked from qt-creator/qt-creator
Nim: Fixed missing update of project files on add and remove
Change-Id: Iadbd5b9b04dcb16f53a16263f94f8f44835e5793 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -42,10 +42,10 @@ public:
|
||||
bool canAddSubProject(const QString &) const override;
|
||||
bool addSubProjects(const QStringList &) override;
|
||||
bool removeSubProjects(const QStringList &) override;
|
||||
bool addFiles(const QStringList &, QStringList *) override;
|
||||
bool removeFiles(const QStringList &, QStringList *) override;
|
||||
bool addFiles(const QStringList &filePaths, QStringList *) override;
|
||||
bool removeFiles(const QStringList &filePaths, QStringList *) override;
|
||||
bool deleteFiles(const QStringList &) override;
|
||||
bool renameFile(const QString &, const QString &) override;
|
||||
bool renameFile(const QString &filePath, const QString &newFilePath) override;
|
||||
|
||||
private:
|
||||
NimProject &m_project;
|
||||
|
||||
Reference in New Issue
Block a user