diff options
author | Tobias Hunger <tobias.hunger@qt.io> | 2018-02-16 12:45:43 +0100 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@qt.io> | 2018-02-19 13:22:21 +0000 |
commit | 997ece43615d98b213b9f9306a4b0c51726db01e (patch) | |
tree | 70e06bd31f1d9669c5c06a2e167977374eb9909f /src/plugins/qmakeprojectmanager/qmakeproject.h | |
parent | 775b235f45673e9098a28edf441ba8cf7f4e19db (diff) | |
download | qt-creator-997ece43615d98b213b9f9306a4b0c51726db01e.tar.gz |
Project: Remove unused Project::requiresTargetPanel(...)
Change-Id: I7a5298edefd7e26841c4070be23534dd33d093cb
Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/qmakeprojectmanager/qmakeproject.h')
-rw-r--r-- | src/plugins/qmakeprojectmanager/qmakeproject.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/qmakeprojectmanager/qmakeproject.h b/src/plugins/qmakeprojectmanager/qmakeproject.h index 743be56ce7..c5a9fb32dc 100644 --- a/src/plugins/qmakeprojectmanager/qmakeproject.h +++ b/src/plugins/qmakeprojectmanager/qmakeproject.h @@ -109,8 +109,6 @@ public: void configureAsExampleProject(const QSet<Core::Id> &platforms) final; - bool requiresTargetPanel() const final; - /// \internal QString disabledReasonForRunConfiguration(const Utils::FileName &proFilePath); |