forked from qt-creator/qt-creator
ProjectExplorer: Sprinkle overrides over the code
Sprinkle overrides over code derived from classes in ProjectExplorer Change-Id: Ia4cc25649f7dc00b0ea126d8176a59afbc5ed574 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -1049,8 +1049,8 @@ bool PythonProjectNode::renameFile(const QString &filePath, const QString &newFi
|
||||
class PythonRunControlFactory : public IRunControlFactory
|
||||
{
|
||||
public:
|
||||
bool canRun(RunConfiguration *runConfiguration, Core::Id mode) const;
|
||||
RunControl *create(RunConfiguration *runConfiguration, Core::Id mode, QString *errorMessage);
|
||||
bool canRun(RunConfiguration *runConfiguration, Core::Id mode) const override;
|
||||
RunControl *create(RunConfiguration *runConfiguration, Core::Id mode, QString *errorMessage) override;
|
||||
};
|
||||
|
||||
bool PythonRunControlFactory::canRun(RunConfiguration *runConfiguration, Core::Id mode) const
|
||||
|
||||
Reference in New Issue
Block a user