No more crashy crashy on timeouty timeouty.

svn path=/trunk/KDE/kdelibs/; revision=1019582
This commit is contained in:
Rob Scheepmaker 2009-09-03 23:04:10 +00:00
parent 7ef4b04838
commit 9e165484bc

View File

@ -120,6 +120,7 @@ void RemoteServiceJob::timeout()
kDebug() << "Service job timed out.";
setError(-1);
setErrorText(i18n("Timeout."));
m_service->m_queue.removeAll(this);
emitResult();
}