aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/kitmanager.h
diff options
context:
space:
mode:
authorJuhapekka Piiroinen <juhapekka.piiroinen@link-motion.com>2016-11-03 01:20:24 +0200
committerJuhapekka Piiroinen <juhapekka.piiroinen@link-motion.com>2016-11-14 08:41:14 +0000
commit28c70724eef2a6728eaf580e2a587f5e8bdc0b81 (patch)
tree52c0ea90a8b6fc7ecb465406363d74c210d47769 /src/plugins/projectexplorer/kitmanager.h
parentd59cfb2f9799139e0a3d4a502e302b1b3a9dd49e (diff)
The API of the ProjectExplorer::KitManager is missing the isLoaded function
The function has been declared in kitmanager.cpp file, but it is not present in kitmanager.h file. Expected to see similar API as it is for QtSupport::QtVersionManager. Change-Id: I84b72df32e1a73ee5d7626320870fabda0f5eafc Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/kitmanager.h')
-rw-r--r--src/plugins/projectexplorer/kitmanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/kitmanager.h b/src/plugins/projectexplorer/kitmanager.h
index e47acd6e41..cde9075657 100644
--- a/src/plugins/projectexplorer/kitmanager.h
+++ b/src/plugins/projectexplorer/kitmanager.h
@@ -155,6 +155,8 @@ public:
static void saveKits();
+ static bool isLoaded();
+
signals:
void kitAdded(ProjectExplorer::Kit *);
// Kit is still valid when this call happens!