forked from qt-creator/qt-creator
Kit: makeSticky() -> setSticky(), allows for unsetting sticky bit
Change-Id: I6aa7d7d52b681ee61d27c2d98e6fefe9cfd9532b Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -110,9 +110,9 @@ FileName AndroidGdbServerKitInformation::autoDetect(Kit *kit)
|
||||
return atc->suggestedGdbServer();
|
||||
}
|
||||
|
||||
void AndroidGdbServerKitInformation::makeSticky(Kit *k)
|
||||
void AndroidGdbServerKitInformation::setSticky(Kit *k, bool b)
|
||||
{
|
||||
k->makeSticky(ANDROID_GDBSERVER_INFORMATION);
|
||||
k->setSticky(ANDROID_GDBSERVER_INFORMATION, b);
|
||||
}
|
||||
|
||||
///////////////
|
||||
|
||||
Reference in New Issue
Block a user