┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewcontainer.cpp
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2022-09-26 09:03:55 +0200
committerLaurent Montel <[email protected]>2022-09-26 09:03:55 +0200
commitaa54a68e936af4a1a2de0cb7e153cd83b27d5cdb (patch)
treeb5157a51241ba13f6eba56f13d750a67b71fbde1 /src/dolphinviewcontainer.cpp
parente19aa49a082076d5ae69931893c1d47b98f85e30 (diff)
Add missing include (needed for building qt6)
Diffstat (limited to 'src/dolphinviewcontainer.cpp')
-rw-r--r--src/dolphinviewcontainer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp
index b76c60424..66c1de3a9 100644
--- a/src/dolphinviewcontainer.cpp
+++ b/src/dolphinviewcontainer.cpp
@@ -37,6 +37,7 @@
#include <QGuiApplication>
#include <QTimer>
#include <QUrl>
+#include <QRegularExpression>
// An overview of the widgets contained by this ViewContainer
struct LayoutStructure {