mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
virtual inheritance not supported, fix compile problem
This commit is contained in:
parent
37d6fb6022
commit
56a30af52d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class QNetworkReply;
|
|||
/**
|
||||
* @brief Main class used to handle the webdav protocol
|
||||
*/
|
||||
class QWEBDAV_EXPORT QWebdav : virtual public QNetworkAccessManager
|
||||
class QWEBDAV_EXPORT QWebdav : public QNetworkAccessManager
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue