forked from qt-creator/qt-creator
Nim: Add support for the nimble build system
Change-Id: Id3bd977f14bc9d2ec3fa92e162238bbff0513de1 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -58,11 +58,11 @@ public:
|
||||
void setExcludedFiles(const QStringList &list); // Keep for compatibility with Qt Creator 4.10
|
||||
QStringList excludedFiles(); // Make private when no longer supporting Qt Creator 4.10
|
||||
|
||||
void parseProject(ParsingContext &&ctx) final;
|
||||
void parseProject(ParsingContext &&ctx) override;
|
||||
|
||||
const Utils::FilePathList nimFiles() const;
|
||||
|
||||
private:
|
||||
protected:
|
||||
void loadSettings();
|
||||
void saveSettings();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user