summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/kit.h
diff options
context:
space:
mode:
authorDaniel Teske <daniel.teske@digia.com>2013-08-28 13:34:24 +0200
committerDaniel Teske <daniel.teske@digia.com>2013-09-02 11:37:05 +0200
commit0aae98fb1379ef3a9a4f29db0d7cb61245e5633b (patch)
tree80c443038f85eb2162e72d8ed6e1f59c5ddd59a7 /src/plugins/projectexplorer/kit.h
parent7dd56b5b166f4e55728c413ba99a7d7d1c27e925 (diff)
downloadqt-creator-0aae98fb1379ef3a9a4f29db0d7cb61245e5633b.tar.gz
Android: Only create Kits for the newest toolchains
It's rare that users will want older toolchains. In updateAutomaticKits distinguish between a Kit being removed since the toolchain doesn't exist anymore. Which happens on e.g. changing the ndk path. If the toolchain still exists, then it isn't the newest anymore, so demote the Kit to a manual kit thus enabling the user to remove it if he no longer needs it. Change-Id: I59203abc9bed5f2c46a002cea68fd72a84283840 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/projectexplorer/kit.h')
-rw-r--r--src/plugins/projectexplorer/kit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/kit.h b/src/plugins/projectexplorer/kit.h
index 50b345f8b3..b781c792b1 100644
--- a/src/plugins/projectexplorer/kit.h
+++ b/src/plugins/projectexplorer/kit.h
@@ -103,6 +103,7 @@ public:
void setAutoDetected(bool detected);
void makeSticky();
void makeSticky(Core::Id id);
+ void makeUnSticky();
private:
void setSdkProvided(bool sdkProvided);