Theme: missing virtual keyword

This commit is contained in:
Olivier Goffart 2016-04-22 10:09:07 +02:00
parent 84ac2e64e0
commit 0711abbf56

View file

@ -300,7 +300,7 @@ public:
*
* Defaults: "/"
*/
QString quotaBaseFolder() const;
virtual QString quotaBaseFolder() const;
protected:
#ifndef TOKEN_AUTH_ONLY