Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>2020-09-16 20:50:16 +0300
committerDominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>2020-09-17 16:44:32 +0300
commitf8f3190cb4717808db1cceb8d47dd431bcf33c4a (patch)
tree190f37fd003a680746a3bb1a87f20d12c9b1c25c /src/gui/folderwatcher_mac.h
parented3eb1ac9c24522537cef933e58e289dbc125c5a (diff)
Fix missing subdirectory discovery on move operations in macOS.
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com> Add qAsConst to avoid detaching Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com> Changed callchain to find and return possibly coalesced paths Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com> Removed another qAsConst remnant, more func const-correctness. Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
Diffstat (limited to 'src/gui/folderwatcher_mac.h')
-rwxr-xr-x[-rw-r--r--]src/gui/folderwatcher_mac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/folderwatcher_mac.h b/src/gui/folderwatcher_mac.h
index a25d89f6d..35da12c35 100644..100755
--- a/src/gui/folderwatcher_mac.h
+++ b/src/gui/folderwatcher_mac.h
@@ -37,6 +37,7 @@ public:
void removePath(const QString &) {}
void startWatching();
+ QStringList addCoalescedPaths(const QStringList &) const;
void doNotifyParent(const QStringList &);
private: