Kit: makeSticky() -> setSticky(), allows for unsetting sticky bit

Change-Id: I6aa7d7d52b681ee61d27c2d98e6fefe9cfd9532b
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Daniel Teske
2013-09-02 15:38:31 +02:00
parent acd5e135f1
commit f214011d33
14 changed files with 38 additions and 35 deletions

View File

@@ -95,7 +95,7 @@ public:
static DebuggerEngineType engineType(const ProjectExplorer::Kit *k)
{ return debuggerItem(k).engineType; }
static void makeSticky(ProjectExplorer::Kit *k);
static void setSticky(ProjectExplorer::Kit *k, bool b);
};
inline bool operator==(const DebuggerItem &i1, const DebuggerItem &i2)