forked from qt-creator/qt-creator
Make the ExternalTools classes accessible outside core
Change-Id: I225c22bc48b123fec4420761879382ea0a424029 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -51,7 +51,6 @@ using namespace Utils;
|
||||
using namespace Core::Internal;
|
||||
|
||||
namespace Core {
|
||||
namespace Internal {
|
||||
|
||||
const char kExternalTool[] = "externaltool";
|
||||
const char kId[] = "id";
|
||||
@@ -331,7 +330,7 @@ static void localizedText(const QStringList &locales, QXmlStreamReader *reader,
|
||||
}
|
||||
} else {
|
||||
if (*currentLocale < 0 && currentText->isEmpty()) {
|
||||
*currentText = QCoreApplication::translate("Core::Internal::ExternalTool",
|
||||
*currentText = QCoreApplication::translate("Core::ExternalTool",
|
||||
reader->readElementText().toUtf8().constData(),
|
||||
"");
|
||||
} else {
|
||||
@@ -721,6 +720,4 @@ void ExternalToolRunner::readStandardError()
|
||||
m_processOutput.append(output);
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
} // namespace Core
|
||||
|
||||
Reference in New Issue
Block a user