projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66f7b27
)
[libsync] Export verifyFileUnchanged
author
Hannah von Reth
<hannah.vonreth@owncloud.com>
Fri, 15 Nov 2019 15:42:53 +0000
(16:42 +0100)
committer
Kevin Ottens
<kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:59:03 +0000
(10:59 +0100)
This fixes Windows builds that are broken since #7562 was merged
src/libsync/filesystem.h
patch
|
blob
|
history
diff --git
a/src/libsync/filesystem.h
b/src/libsync/filesystem.h
index 461028b15c00783b69435964e7a49d3aabddb6f8..602f74bb7f2bc68b8b82798004a2ce808eca2823 100644
(file)
--- a/
src/libsync/filesystem.h
+++ b/
src/libsync/filesystem.h
@@
-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);