forked from qt-creator/qt-creator
QmakeAndroidSupport: Fix warnings
Change-Id: Ic302ab4978f7a00a9119a4e9214c040b7cf1e0ba Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -41,7 +41,7 @@ class QmakeAndroidRunConfigurationFactory : public ProjectExplorer::IRunConfigur
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit QmakeAndroidRunConfigurationFactory(QObject *parent = 0);
|
||||
explicit QmakeAndroidRunConfigurationFactory(QObject *parent = nullptr);
|
||||
|
||||
QList<QString> availableBuildTargets(ProjectExplorer::Target *parent, CreationMode mode) const override;
|
||||
QString displayNameForBuildTarget(const QString &buildTarget) const override;
|
||||
@@ -52,7 +52,7 @@ public:
|
||||
ProjectExplorer::Node *n);
|
||||
|
||||
private:
|
||||
bool canHandle(ProjectExplorer::Target *t) const;
|
||||
bool canHandle(ProjectExplorer::Target *t) const override;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
Reference in New Issue
Block a user