]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Add missing include (needed for building qt6)
authorLaurent Montel <montel@kde.org>
Mon, 26 Sep 2022 07:03:55 +0000 (09:03 +0200)
committerLaurent Montel <montel@kde.org>
Mon, 26 Sep 2022 07:03:55 +0000 (09:03 +0200)
src/dolphinviewcontainer.cpp

index b76c6042432ed71c92d832945387c3cd13aed4e3..66c1de3a9fdcace3558d822657c6a7c8c1f62339 100644 (file)
@@ -37,6 +37,7 @@
 #include <QGuiApplication>
 #include <QTimer>
 #include <QUrl>
 #include <QGuiApplication>
 #include <QTimer>
 #include <QUrl>
+#include <QRegularExpression>
 
 // An overview of the widgets contained by this ViewContainer
 struct LayoutStructure {
 
 // An overview of the widgets contained by this ViewContainer
 struct LayoutStructure {