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-11-15 15:20:36 +0300
committerHannah von Reth <vonreth@kde.org>2021-11-16 17:52:38 +0300
commit3e64237c7d8d17c54c09091c08e17cb10e7fb1ca (patch)
tree292f92907b8ac48ed17d912909c2e22d32234b07 /src/gui/folderman.h
parent564b156e888f1396bf4303dd0ef5d904c592c517 (diff)
Cache unsupportedConfiguration
Diffstat (limited to 'src/gui/folderman.h')
-rw-r--r--src/gui/folderman.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/folderman.h b/src/gui/folderman.h
index 570df8796..5c93110bc 100644
--- a/src/gui/folderman.h
+++ b/src/gui/folderman.h
@@ -385,6 +385,8 @@ private:
bool _appRestartRequired;
+ mutable QMap<QString, Result<void, QString>> _unsupportedConfigurationError;
+
static FolderMan *_instance;
explicit FolderMan(QObject *parent = nullptr);
friend class OCC::Application;