mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-29 12:19:03 +03:00
Fix export of vfs functions
This commit is contained in:
parent
1104883fba
commit
bfe136da7a
1 changed files with 3 additions and 3 deletions
|
@ -94,8 +94,8 @@ signals:
|
|||
void doneHydrating();
|
||||
};
|
||||
|
||||
bool isVfsPluginAvailable(Vfs::Mode mode) OCSYNC_EXPORT;
|
||||
Vfs::Mode bestAvailableVfsMode() OCSYNC_EXPORT;
|
||||
Vfs *createVfsFromPlugin(Vfs::Mode mode, QObject *parent) OCSYNC_EXPORT;
|
||||
OCSYNC_EXPORT bool isVfsPluginAvailable(Vfs::Mode mode);
|
||||
OCSYNC_EXPORT Vfs::Mode bestAvailableVfsMode();
|
||||
OCSYNC_EXPORT Vfs *createVfsFromPlugin(Vfs::Mode mode, QObject *parent);
|
||||
|
||||
} // namespace OCC
|
||||
|
|
Loading…
Reference in a new issue