mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-30 07:48:31 +03:00
Fix build on win32: add missing export
This commit is contained in:
parent
2dfbc2058f
commit
927af0adec
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ void OWNCLOUDSYNC_EXPORT setFileHidden(const QString& filename, bool hidden);
|
|||
* Use this over QFileInfo::lastModified() to avoid timezone related bugs. See
|
||||
* owncloud/core#9781 for details.
|
||||
*/
|
||||
time_t getModTime(const QString &filename);
|
||||
time_t OWNCLOUDSYNC_EXPORT getModTime(const QString &filename);
|
||||
|
||||
void setModTime(const QString &filename, time_t modTime);
|
||||
|
||||
|
|
Loading…
Reference in a new issue