Add missing include (needed for building qt6)

This commit is contained in:
Laurent Montel 2022-09-26 09:03:55 +02:00
parent e19aa49a08
commit aa54a68e93

View file

@ -37,6 +37,7 @@
#include <QGuiApplication>
#include <QTimer>
#include <QUrl>
#include <QRegularExpression>
// An overview of the widgets contained by this ViewContainer
struct LayoutStructure {