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:
3f873ed
)
Clarify comment
author
Hannah von Reth
<hannah.vonreth@owncloud.com>
Mon, 14 Dec 2020 11:48:49 +0000
(12:48 +0100)
committer
Kevin Ottens
<kevin.ottens@nextcloud.com>
Wed, 30 Dec 2020 15:17:46 +0000
(16:17 +0100)
src/libsync/filesystem.cpp
patch
|
blob
|
history
diff --git
a/src/libsync/filesystem.cpp
b/src/libsync/filesystem.cpp
index 57452bc67fd8b5e94bb6120cbba7279a81fe99d2..8f71d173b62fa69bcad9b0607c5c2ec1f3960cbd 100644
(file)
--- a/
src/libsync/filesystem.cpp
+++ b/
src/libsync/filesystem.cpp
@@
-125,7
+125,7
@@
qint64 FileSystem::getSize(const QString &filename)
{
#ifdef Q_OS_WIN
if (isLnkFile(filename)) {
- //
Use csync to get the file size. Qt seems unable to get at it.
+ //
Qt handles .lnk as symlink... https://doc.qt.io/qt-5/qfileinfo.html#details
return getSizeWithCsync(filename);
}
#endif