cleanup code and follow coding style

Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
This commit is contained in:
Milian Wolff
2011-03-04 16:00:01 +01:00
committed by hjk
parent b19c064fca
commit 7592fb13f2
14 changed files with 35 additions and 36 deletions

View File

@@ -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()));