forked from qt-creator/qt-creator
MesonProjectManager: Rename addMesonTool() overload
Rename it to addMesonToolHelper(). In this way addMesonTool is unique and may be used inside connections without QOverload. Change-Id: I3f109b5da3115e8275c05e9daec07192bef32ef7 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -28,7 +28,7 @@ public:
|
||||
void apply();
|
||||
|
||||
private:
|
||||
void addMesonTool(const MesonTools::Tool_t &);
|
||||
void addMesonToolHelper(const MesonTools::Tool_t &);
|
||||
QString uniqueName(const QString &baseName);
|
||||
Utils::TreeItem *autoDetectedGroup() const;
|
||||
Utils::TreeItem *manualGroup() const;
|
||||
|
||||
Reference in New Issue
Block a user