diff --git a/src/cpp/proxywindow.hpp b/src/cpp/proxywindow.hpp index b1f94434..2f42f465 100644 --- a/src/cpp/proxywindow.hpp +++ b/src/cpp/proxywindow.hpp @@ -3,6 +3,7 @@ #include #include #include +#include #include #include #include @@ -148,7 +149,7 @@ protected: bool mVisible = false; qint32 mWidth = 100; qint32 mHeight = 100; - QColor mColor; + QColor mColor = Qt::white; PendingRegion* mMask = nullptr; QQuickWindow* window = nullptr;