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-10-28 15:47:00 +0300
committerHannah von Reth <vonreth@kde.org>2021-11-25 16:51:05 +0300
commitfcf065a0cf52f69d9651211c6175e1e8f5b8bfe7 (patch)
tree205640b3df5062960ee05ef0ec0d765bb521af91 /src/gui/sharedialog.cpp
parenta0bf5f9fb91804693575975155f9e15575d33d7f (diff)
Use some more std::chrono
Diffstat (limited to 'src/gui/sharedialog.cpp')
-rw-r--r--src/gui/sharedialog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/sharedialog.cpp b/src/gui/sharedialog.cpp
index c4a5bf789..ae6e440bc 100644
--- a/src/gui/sharedialog.cpp
+++ b/src/gui/sharedialog.cpp
@@ -33,6 +33,8 @@
#include <QFrame>
#include <QRegularExpression>
+using namespace std::chrono_literals;
+
namespace OCC {
static const int thumbnailSize = 40;