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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-12-13 20:55:24 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-12-13 20:55:24 +0300
commit9f5a57b08584deafd2874e5797becac77753ebd6 (patch)
treef9204516c493cc7ea2359bbad928961888cc774b /src/gui/folder.h
parent4fbf5e21b3678613df4400587c44f555044f3e40 (diff)
parentf776818cf599a55df4431dc21a20173e6a9d11bf (diff)
Merge remote-tracking branch 'origin/2.10'
Diffstat (limited to 'src/gui/folder.h')
-rw-r--r--src/gui/folder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/folder.h b/src/gui/folder.h
index bbfb5d2dc..ea692849f 100644
--- a/src/gui/folder.h
+++ b/src/gui/folder.h
@@ -410,7 +410,7 @@ private slots:
void slotFolderConflicts(const QString &folder, const QStringList &conflictPaths);
/** Warn users if they create a file or folder that is selective-sync excluded */
- void warnOnNewExcludedItem(const SyncJournalFileRecord &record, const QStringRef &path);
+ void warnOnNewExcludedItem(const SyncJournalFileRecord &record, QStringView path);
/** Warn users about an unreliable folder watcher */
void slotWatcherUnreliable(const QString &message);