forked from qt-creator/qt-creator
Trk: Use a separate tread for writing, polish interface & trklauncher
Introduce writer thread, fix message & verbose handling.
This commit is contained in:
@@ -138,7 +138,7 @@ bool Launcher::startServer(QString *errorMessage)
|
||||
void Launcher::setVerbose(int v)
|
||||
{
|
||||
d->m_verbose = v;
|
||||
d->m_device.setVerbose(v > 1);
|
||||
d->m_device.setVerbose(v);
|
||||
}
|
||||
|
||||
void Launcher::installAndRun()
|
||||
|
||||
Reference in New Issue
Block a user