forked from qt-creator/qt-creator
Qbs: Remove unused QbsGroupNode::qbsGroupData()
Change-Id: I2d615999db5e9056497f1ce6e31df6d53f1e8955 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -76,8 +76,6 @@ public:
|
|||||||
bool removeFiles(const QStringList &filePaths, QStringList *notRemoved = nullptr) override;
|
bool removeFiles(const QStringList &filePaths, QStringList *notRemoved = nullptr) override;
|
||||||
bool renameFile(const QString &filePath, const QString &newFilePath) override;
|
bool renameFile(const QString &filePath, const QString &newFilePath) override;
|
||||||
|
|
||||||
qbs::GroupData qbsGroupData() const { return m_qbsGroupData; }
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
AddNewInformation addNewInformation(const QStringList &files, Node *context) const override;
|
AddNewInformation addNewInformation(const QStringList &files, Node *context) const override;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user