mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2025-05-12 23:34:11 +02:00
Fix export of vfs functions
This commit is contained in:
parent
1104883fba
commit
bfe136da7a
@ -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 New Issue
Block a user