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-09 18:11:46 +0300
committerHannah von Reth <vonreth@kde.org>2021-12-13 20:53:56 +0300
commitf776818cf599a55df4431dc21a20173e6a9d11bf (patch)
tree28ca5559ceb05a2fba1b217d6f9ba7c7099f8780 /src/gui/folder.h
parentf100deb90127fa169b5d25e380569dadbf6fdf07 (diff)
Handle local errors with the ignore list
Fixes: #9208, #9133
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 adc64659e..f4ad30588 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);