forked from qt-creator/qt-creator
Change ui string to avoid confused users
Change-Id: I431de718d01e454bb55216afd5d0ca792fa69677 Reviewed-by: Riitta-Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
@@ -638,7 +638,7 @@ void TestCodeParser::scanForTests(const QStringList &fileList)
|
|||||||
QFuture<void> future = QtConcurrent::run(&performParse, list, this);
|
QFuture<void> future = QtConcurrent::run(&performParse, list, this);
|
||||||
Core::FutureProgress *progress
|
Core::FutureProgress *progress
|
||||||
= Core::ProgressManager::addTask(future, isFullParse ? tr("Scanning for Tests")
|
= Core::ProgressManager::addTask(future, isFullParse ? tr("Scanning for Tests")
|
||||||
: tr("Updating Tests"),
|
: tr("Refreshing Tests List"),
|
||||||
Autotest::Constants::TASK_PARSE);
|
Autotest::Constants::TASK_PARSE);
|
||||||
connect(progress, &Core::FutureProgress::finished,
|
connect(progress, &Core::FutureProgress::finished,
|
||||||
this, &TestCodeParser::onFinished);
|
this, &TestCodeParser::onFinished);
|
||||||
|
Reference in New Issue
Block a user