Oops, don't need this any more

This commit is contained in:
David Sansome 2010-06-24 18:37:13 +00:00
parent 0848f62c3d
commit 5f9c1bb2aa
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ void Organise::Start() {
thread_ = new QThread;
connect(thread_, SIGNAL(started()), SLOT(ProcessSomeFiles()));
connect(thread_, SIGNAL(destroyed()), SLOT(deleteLater()));
moveToThread(thread_);
thread_->start();