forked from qt-creator/qt-creator
improve messages
This commit is contained in:
@@ -141,7 +141,7 @@ void ApplicationRunControl::start()
|
||||
m_executable, rc->commandLineArguments());
|
||||
emit started();
|
||||
|
||||
emit addToOutputWindow(this, tr("Starting %1").arg(m_executable));
|
||||
emit addToOutputWindow(this, tr("Starting %1...").arg(m_executable));
|
||||
}
|
||||
|
||||
void ApplicationRunControl::stop()
|
||||
|
||||
@@ -39,6 +39,6 @@ extern "C" Q_DECL_EXPORT int pluginTest()
|
||||
int s = 0;
|
||||
for (int i = 1; i != 2000; ++i)
|
||||
s += i;
|
||||
fprintf(stderr, "in plugin test");
|
||||
fprintf(stderr, "in plugin test\n");
|
||||
return s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user