forked from qt-creator/qt-creator
Cmake: Remove unused code
Change-Id: I7305ad6f853c6645cc34ca66fc602f0b58982f60 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -38,12 +38,10 @@ QT_END_NAMESPACE
|
||||
|
||||
namespace Utils {
|
||||
class CommandLine;
|
||||
class PathChooser;
|
||||
} // Utils
|
||||
|
||||
namespace ProjectExplorer {
|
||||
class RunConfiguration;
|
||||
class ToolChain;
|
||||
} // ProjectManager
|
||||
|
||||
namespace CMakeProjectManager {
|
||||
@@ -82,7 +80,6 @@ public:
|
||||
static QStringList specialTargets();
|
||||
|
||||
signals:
|
||||
void cmakeCommandChanged();
|
||||
void targetToBuildChanged();
|
||||
void buildTargetsChanged();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user