forked from qt-creator/qt-creator
Enable 'Remove file...' on Generic project
Merge-request: 783 Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
This commit is contained in:
committed by
Thorbjørn Lindeijer
parent
a39d7e8d12
commit
b170e3ba87
@@ -94,7 +94,9 @@ public:
|
||||
QString buildParser(const QString &buildConfiguration) const;
|
||||
ProjectExplorer::ToolChain *toolChain() const;
|
||||
|
||||
bool setFiles(const QStringList &filePaths);
|
||||
bool addFiles(const QStringList &filePaths);
|
||||
bool removeFiles(const QStringList &filePaths);
|
||||
|
||||
enum RefreshOptions {
|
||||
Files = 0x01,
|
||||
|
||||
Reference in New Issue
Block a user