forked from qt-creator/qt-creator
cleanup code and follow coding style
Merge-request: 265 Reviewed-by: hjk <qtc-committer@nokia.com>
This commit is contained in:
@@ -130,7 +130,7 @@ void ThreadedParser::parse(QIODevice *device)
|
||||
Qt::QueuedConnection);
|
||||
|
||||
|
||||
Thread* thread = new Thread;
|
||||
Thread *thread = new Thread;
|
||||
d->parserThread = thread;
|
||||
connect(thread, SIGNAL(finished()),
|
||||
thread, SLOT(deleteLater()));
|
||||
|
||||
Reference in New Issue
Block a user