- Fix deletion of threads.
- Enable online services for windows builds.
This commit is contained in:
committed by
craig.p.drummond
parent
cbc2e2309a
commit
813ee2f784
@@ -238,12 +238,6 @@ void Utils::msleep(int msecs)
|
||||
Thread::msleep(msecs);
|
||||
}
|
||||
|
||||
void Utils::stopThread(QThread *thread)
|
||||
{
|
||||
thread->quit();
|
||||
thread->connect(thread, SIGNAL(finished()), thread, SLOT(deleteLater()));
|
||||
}
|
||||
|
||||
#ifndef ENABLE_KDE_SUPPORT
|
||||
// Copied from KDE... START
|
||||
#include <QLocale>
|
||||
|
||||
Reference in New Issue
Block a user