forked from qt-creator/qt-creator
Use Searching' instead of Sarching...'.
This commit is contained in:
@@ -289,7 +289,7 @@ void CppFindReferences::findAll_helper(Document::Ptr symbolDocument, Symbol *sym
|
|||||||
result = QtConcurrent::run(&find_helper, workingCopy, snapshot, symbolDocument, m_deps, symbol);
|
result = QtConcurrent::run(&find_helper, workingCopy, snapshot, symbolDocument, m_deps, symbol);
|
||||||
m_watcher.setFuture(result);
|
m_watcher.setFuture(result);
|
||||||
|
|
||||||
Core::FutureProgress *progress = progressManager->addTask(result, tr("Searching..."),
|
Core::FutureProgress *progress = progressManager->addTask(result, tr("Searching"),
|
||||||
CppTools::Constants::TASK_SEARCH);
|
CppTools::Constants::TASK_SEARCH);
|
||||||
|
|
||||||
connect(progress, SIGNAL(clicked()), _resultWindow, SLOT(popup()));
|
connect(progress, SIGNAL(clicked()), _resultWindow, SLOT(popup()));
|
||||||
@@ -449,7 +449,7 @@ void CppFindReferences::findMacroUses(const Macro ¯o)
|
|||||||
m_watcher.setFuture(result);
|
m_watcher.setFuture(result);
|
||||||
|
|
||||||
Core::ProgressManager *progressManager = Core::ICore::instance()->progressManager();
|
Core::ProgressManager *progressManager = Core::ICore::instance()->progressManager();
|
||||||
Core::FutureProgress *progress = progressManager->addTask(result, tr("Searching..."),
|
Core::FutureProgress *progress = progressManager->addTask(result, tr("Searching"),
|
||||||
CppTools::Constants::TASK_SEARCH);
|
CppTools::Constants::TASK_SEARCH);
|
||||||
connect(progress, SIGNAL(clicked()), _resultWindow, SLOT(popup()));
|
connect(progress, SIGNAL(clicked()), _resultWindow, SLOT(popup()));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user