forked from qt-creator/qt-creator
Allow adding files in generic project
Merge-request: 736 Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
This commit is contained in:
committed by
Thorbjørn Lindeijer
parent
ec99630034
commit
375d81166c
@@ -94,6 +94,8 @@ public:
|
||||
QString buildParser(const QString &buildConfiguration) const;
|
||||
ProjectExplorer::ToolChain *toolChain() const;
|
||||
|
||||
bool addFiles(const QStringList &filePaths);
|
||||
|
||||
enum RefreshOptions {
|
||||
Files = 0x01,
|
||||
Configuration = 0x02,
|
||||
|
||||
Reference in New Issue
Block a user