virtual inheritance not supported, fix compile problem

This commit is contained in:
Klaas Freitag 2011-11-28 13:35:46 +01:00
parent 37d6fb6022
commit 56a30af52d

View file

@ -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: