forked from qt-creator/qt-creator
QmlJSEditor: Compile with QT_NO_CAST_FROM_ASCII
Change-Id: I899c26e028efe355d4673b55ac9718e103c7d7ec Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
committed by
Fawzi Mohamed
parent
f5064d064f
commit
9bf654743e
@@ -945,7 +945,7 @@ void FindReferences::displayResults(int first, int last)
|
||||
Core::ProgressManager *progressManager = Core::ICore::progressManager();
|
||||
Core::FutureProgress *progress = progressManager->addTask(
|
||||
m_watcher.future(), tr("Searching"),
|
||||
QmlJSEditor::Constants::TASK_SEARCH);
|
||||
QLatin1String(QmlJSEditor::Constants::TASK_SEARCH));
|
||||
connect(progress, SIGNAL(clicked()), m_currentSearch, SLOT(popup()));
|
||||
|
||||
++first;
|
||||
|
||||
Reference in New Issue
Block a user