From 11706c4e3ebf71ae75109157d35a4e876dd9d647 Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Tue, 2 Oct 2012 13:17:37 +0200 Subject: [PATCH] Fix header. --- src/mirall/owncloudinfo.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/mirall/owncloudinfo.h b/src/mirall/owncloudinfo.h index ada18104f9..cdde0843b6 100644 --- a/src/mirall/owncloudinfo.h +++ b/src/mirall/owncloudinfo.h @@ -83,6 +83,11 @@ public: */ QString configHandle(QNetworkReply *reply = 0); + /** + * return the proxy the QNetworkAccessManager is using. + */ + QNetworkProxy qnamProxy(); + signals: // result signal with url- and version string. void ownCloudInfoFound( const QString&, const QString&, const QString&, const QString& );