mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 05:25:50 +03:00
Fix header.
This commit is contained in:
parent
de60d53a78
commit
11706c4e3e
1 changed files with 5 additions and 0 deletions
|
@ -83,6 +83,11 @@ public:
|
||||||
*/
|
*/
|
||||||
QString configHandle(QNetworkReply *reply = 0);
|
QString configHandle(QNetworkReply *reply = 0);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* return the proxy the QNetworkAccessManager is using.
|
||||||
|
*/
|
||||||
|
QNetworkProxy qnamProxy();
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
// result signal with url- and version string.
|
// result signal with url- and version string.
|
||||||
void ownCloudInfoFound( const QString&, const QString&, const QString&, const QString& );
|
void ownCloudInfoFound( const QString&, const QString&, const QString&, const QString& );
|
||||||
|
|
Loading…
Reference in a new issue