Qbs: Remove unused QbsGroupNode::qbsGroupData()

Change-Id: I2d615999db5e9056497f1ce6e31df6d53f1e8955
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2019-02-25 17:39:42 +01:00
parent ab27d0ea7e
commit 1ca9b2b16e

View File

@@ -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;