Enable 'Remove file...' on Generic project

Merge-request: 783
Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
This commit is contained in:
Kevin Michel
2009-06-30 14:07:07 +02:00
committed by Thorbjørn Lindeijer
parent a39d7e8d12
commit b170e3ba87
3 changed files with 26 additions and 8 deletions

View File

@@ -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,