forked from qt-creator/qt-creator
CMake: Move CMakeProjectManager::findCbpFile to tealeafreader.cpp
That's the the only user of that code. Change-Id: Iabc6a1fa9a4ad05c467e8ed64386d3185de25f02 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QAction;
|
||||
class QDir;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace CMakeProjectManager {
|
||||
@@ -46,8 +45,6 @@ public:
|
||||
ProjectExplorer::Project *openProject(const QString &fileName, QString *errorString) override;
|
||||
QString mimeType() const override;
|
||||
|
||||
static QString findCbpFile(const QDir &);
|
||||
|
||||
private:
|
||||
void updateCmakeActions();
|
||||
void clearCMakeCache(ProjectExplorer::Project *project);
|
||||
|
||||
Reference in New Issue
Block a user