forked from qt-creator/qt-creator
valgrind: s/Q_DECL_OVERRIDE/override/g
Change-Id: I627db3b06f9c62f466e692674f1074c667d070b7 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -144,7 +144,7 @@ public:
|
||||
void startRemoteTool();
|
||||
MemcheckRunControl *createMemcheckRunControl(
|
||||
const Analyzer::AnalyzerStartParameters &sp,
|
||||
ProjectExplorer::RunConfiguration *runConfiguration) Q_DECL_OVERRIDE;
|
||||
ProjectExplorer::RunConfiguration *runConfiguration) override;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user