forked from qt-creator/qt-creator
ProjectExplorer: De-virtualize DeployConfigurationFactory::canHandle()
It's never overloaded anymore. Change-Id: Id5a4cef9e3806d15d4467a0fc63494c6bc1aa4a8 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -92,7 +92,7 @@ public:
|
|||||||
// Step is only added if condition is not set, or returns true when called.
|
// Step is only added if condition is not set, or returns true when called.
|
||||||
void addInitialStep(Core::Id stepId, const std::function<bool(Target *)> &condition = {});
|
void addInitialStep(Core::Id stepId, const std::function<bool(Target *)> &condition = {});
|
||||||
|
|
||||||
virtual bool canHandle(ProjectExplorer::Target *target) const;
|
bool canHandle(ProjectExplorer::Target *target) const;
|
||||||
|
|
||||||
void setConfigWidgetCreator(const std::function<NamedWidget *(Target *)> &configWidgetCreator);
|
void setConfigWidgetCreator(const std::function<NamedWidget *(Target *)> &configWidgetCreator);
|
||||||
void setUseDeploymentDataView();
|
void setUseDeploymentDataView();
|
||||||
|
Reference in New Issue
Block a user