mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-31 03:27:40 +01:00
Oops, don't need this any more
This commit is contained in:
parent
0848f62c3d
commit
5f9c1bb2aa
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user