From aaf2912857ea2e8e08411e26366724c492ba40df Mon Sep 17 00:00:00 2001 From: hjk <qtc-committer@nokia.com> Date: Thu, 8 Jul 2010 12:46:25 +0200 Subject: [PATCH] debugger: make lupdate happy --- src/plugins/debugger/qml/qmlengine.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/debugger/qml/qmlengine.cpp b/src/plugins/debugger/qml/qmlengine.cpp index 3ce84f33a60..11d6c6c545f 100644 --- a/src/plugins/debugger/qml/qmlengine.cpp +++ b/src/plugins/debugger/qml/qmlengine.cpp @@ -850,8 +850,6 @@ void EngineComboBox::clearEngines() clear(); } -} // Internal - bool QmlEngine::setDebugConfigurationDataFromProject(ProjectExplorer::Project *projectToDebug) { -- GitLab