Git commit 8b60c2f8afa2e20c5c536966752f601732b81149 by Alex Fiestas. Committed on 18/04/2012 at 13:55. Pushed by mklapetek into branch 'master'. Do not show GUI for basicInfo KIO::get M +1 -1 basicinfo.cpp http://commits.kde.org/kaccounts-providers/8b60c2f8afa2e20c5c536966752f6017= 32b81149 diff --git a/basicinfo.cpp b/basicinfo.cpp index cd74c0a..572ed99 100644 --- a/basicinfo.cpp +++ b/basicinfo.cpp @@ -111,7 +111,7 @@ void BasicInfo::checkServer(const KUrl& url) setResult(false); setWorking(true); KIO::TransferJob *job =3D KIO::get(url, KIO::NoReload, KIO::HideProgre= ssInfo); - + job->setUiDelegate(0); connect(job, SIGNAL(data(KIO::Job*,QByteArray)), SLOT(dataReceived(KIO= ::Job*,QByteArray))); connect(job, SIGNAL(finished(KJob*)), this, SLOT(fileChecked(KJob*))); }