mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Theme: missing virtual keyword
This commit is contained in:
parent
84ac2e64e0
commit
0711abbf56
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ public:
|
||||||
*
|
*
|
||||||
* Defaults: "/"
|
* Defaults: "/"
|
||||||
*/
|
*/
|
||||||
QString quotaBaseFolder() const;
|
virtual QString quotaBaseFolder() const;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
#ifndef TOKEN_AUTH_ONLY
|
#ifndef TOKEN_AUTH_ONLY
|
||||||
|
|
Loading…
Reference in a new issue