[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kaccounts-providers] /: Do not show GUI for basicInfo KIO::get
From:       Alex Fiestas <afiestas () kde ! org>
Date:       2015-10-15 21:01:21
Message-ID: E1ZmpeL-0000yK-R5 () scm ! kde ! org
[Download RAW message or body]

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/8b60c2f8afa2e20c5c536966752f601732b81149

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 = KIO::get(url, KIO::NoReload, KIO::HideProgressInfo);
-
+    job->setUiDelegate(0);
     connect(job, SIGNAL(data(KIO::Job*,QByteArray)), SLOT(dataReceived(KIO::Job*,QByteArray)));
     connect(job, SIGNAL(finished(KJob*)), this, SLOT(fileChecked(KJob*)));
 }

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic