Generic Highlighter: Remove progress output

It's not too helpful and a long display name causing all the
other progress bars to adjust and look rather intrusive.

Change-Id: Ib90904368a621728b31125d1a997c3739f7341d5
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
hjk
2014-06-18 14:07:48 +02:00
parent 169ba1f95e
commit e213bc5c84

View File

@@ -309,9 +309,6 @@ void Manager::registerMimeTypes()
QtConcurrent::run(&ManagerProcessor::process, processor); QtConcurrent::run(&ManagerProcessor::process, processor);
connect(&m_registeringWatcher, SIGNAL(finished()), processor, SLOT(deleteLater())); connect(&m_registeringWatcher, SIGNAL(finished()), processor, SLOT(deleteLater()));
m_registeringWatcher.setFuture(future); m_registeringWatcher.setFuture(future);
ProgressManager::addTask(future, tr("Registering Highlighting Definitions"),
"TextEditor.Task.Register");
} else { } else {
m_hasQueuedRegistration = true; m_hasQueuedRegistration = true;
m_registeringWatcher.cancel(); m_registeringWatcher.cancel();