forked from qt-creator/qt-creator
Utils, all: Standardize on QtcSettings
Change-Id: Id222016f15b1c3bfe6710fe5d0297666d4565ef1 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -2573,7 +2573,7 @@ void WatchModel::clearWatches()
|
||||
ICore::dialogParent(),
|
||||
Tr::tr("Remove All Expression Evaluators"),
|
||||
Tr::tr("Are you sure you want to remove all expression evaluators?"),
|
||||
QString("RemoveAllWatchers"));
|
||||
Key("RemoveAllWatchers"));
|
||||
if (ret != QMessageBox::Yes)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user