mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
vfs: Make Vfs ctor explicit
This commit is contained in:
parent
305d439c41
commit
d87c2b803d
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ public:
|
|||
static Optional<Mode> modeFromString(const QString &str);
|
||||
|
||||
public:
|
||||
Vfs(QObject* parent = nullptr);
|
||||
explicit Vfs(QObject* parent = nullptr);
|
||||
virtual ~Vfs();
|
||||
|
||||
virtual Mode mode() const = 0;
|
||||
|
|
Loading…
Reference in a new issue