mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
[libsync] Export verifyFileUnchanged
This fixes Windows builds that are broken since #7562 was merged
This commit is contained in:
parent
66f7b27121
commit
43c7e32ee1
@ -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 New Issue
Block a user