Sine Striker
2024-02-25 6f6f96909e7ded6ae3a4e59d9d4b62fa593abb23
src/core/kernel/winidchangeeventfilter_p.h
@@ -37,10 +37,7 @@
    class QWK_CORE_EXPORT WindowWinIdChangeEventFilter : public WinIdChangeEventFilter {
    public:
        WindowWinIdChangeEventFilter(QObject *host, AbstractWindowContext *context)
            : WinIdChangeEventFilter(host, context), win(static_cast<QWindow *>(host)),
              isAboutToBeDestroyed(false) {
        }
        WindowWinIdChangeEventFilter(QWindow *host, AbstractWindowContext *context);
        WId winId() const override;