mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 15:06:08 +03:00
[libsync] Export verifyFileUnchanged
This fixes Windows builds that are broken since #7562 was merged
This commit is contained in:
parent
66f7b27121
commit
43c7e32ee1
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ namespace FileSystem {
|
|||
/**
|
||||
* @brief Like !fileChanged() but with verbose logging if the file *did* change.
|
||||
*/
|
||||
bool verifyFileUnchanged(const QString &fileName,
|
||||
bool OWNCLOUDSYNC_EXPORT verifyFileUnchanged(const QString &fileName,
|
||||
qint64 previousSize,
|
||||
time_t previousMtime);
|
||||
|
||||
|
|
Loading…
Reference in a new issue