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:
b99c8fe
)
Fix compilation on windows
author
Olivier Goffart
<ogoffart@woboq.com>
Fri, 3 Jun 2016 11:28:44 +0000
(13:28 +0200)
committer
Olivier Goffart
<ogoffart@woboq.com>
Fri, 3 Jun 2016 11:28:53 +0000
(13:28 +0200)
src/libsync/filesystem.h
patch
|
blob
|
history
diff --git
a/src/libsync/filesystem.h
b/src/libsync/filesystem.h
index ebee6b94994f2c8d243723a6b11df53e426547d7..0b870f94911460fdefda87426a1c44b58764922f 100644
(file)
--- a/
src/libsync/filesystem.h
+++ b/
src/libsync/filesystem.h
@@
-111,9
+111,9
@@
bool OWNCLOUDSYNC_EXPORT rename(const QString& originFileName,
*
* @return true if the file's mtime or size are not what is expected.
*/
-bool fileChanged(const QString& fileName,
- qint64 previousSize,
- time_t previousMtime);
+bool
OWNCLOUDSYNC_EXPORT
fileChanged(const QString& fileName,
+
qint64 previousSize,
+
time_t previousMtime);
/**
* @brief Like !fileChanged() but with verbose logging if the file *did* change.