forked from qt-creator/qt-creator
Make canHandle methods private
They are an implementation detail, atm. Change-Id: I50b8fd9c9c28794bfbf70fc9d7ea6703e651b9fe Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -173,6 +173,7 @@ public:
|
||||
QList<Core::Id> availableCreationIds(ProjectExplorer::Target *parent) const;
|
||||
QString displayNameForId(const Core::Id id) const;
|
||||
|
||||
private:
|
||||
bool canHandle(ProjectExplorer::Target *parent) const;
|
||||
};
|
||||
|
||||
|
@@ -147,6 +147,7 @@ public:
|
||||
ProjectExplorer::RunConfiguration *clone(ProjectExplorer::Target *parent,
|
||||
ProjectExplorer::RunConfiguration *source);
|
||||
|
||||
private:
|
||||
bool canHandle(ProjectExplorer::Target *parent) const;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user