mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 06:55:59 +03:00
Dirty qnam/proxy export is no longer required
This commit is contained in:
parent
19a4f8fc64
commit
e45dfdb3b2
2 changed files with 1 additions and 12 deletions
|
@ -18,6 +18,7 @@
|
|||
#include "mirall/theme.h"
|
||||
#include <QtCore>
|
||||
#include <QtGui>
|
||||
#include <QAuthenticator>
|
||||
|
||||
#if QT46_IMPL
|
||||
#include <QHttp>
|
||||
|
@ -448,12 +449,5 @@ QNetworkReply* ownCloudInfo::davRequest(const QString& reqVerb, QNetworkRequest
|
|||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
QNetworkAccessManager* ownCloudInfo::networkManager()
|
||||
{
|
||||
return _manager;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -83,11 +83,6 @@ public:
|
|||
*/
|
||||
QString configHandle(QNetworkReply *reply = 0);
|
||||
|
||||
/**
|
||||
* return the central QNetworkAccessManager instance.
|
||||
*/
|
||||
QNetworkAccessManager* networkManager();
|
||||
|
||||
signals:
|
||||
// result signal with url- and version string.
|
||||
void ownCloudInfoFound( const QString&, const QString&, const QString&, const QString& );
|
||||
|
|
Loading…
Reference in a new issue