diff options
| author | Laurent Montel <[email protected]> | 2022-09-26 09:03:55 +0200 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2022-09-26 09:03:55 +0200 |
| commit | aa54a68e936af4a1a2de0cb7e153cd83b27d5cdb (patch) | |
| tree | b5157a51241ba13f6eba56f13d750a67b71fbde1 /src/dolphinviewcontainer.cpp | |
| parent | e19aa49a082076d5ae69931893c1d47b98f85e30 (diff) | |
Add missing include (needed for building qt6)
Diffstat (limited to 'src/dolphinviewcontainer.cpp')
| -rw-r--r-- | src/dolphinviewcontainer.cpp | 1 |
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 { |
