Sine Striker
2023-12-16 1fab480dc53e910a614d5d836993adb743d59352
src/core/contexts/qtwindowcontext.cpp
@@ -74,8 +74,6 @@
    }
    class WindowEventFilter : public QObject {
        Q_OBJECT
    public:
        explicit WindowEventFilter(AbstractWindowContext *context, QObject *parent = nullptr);
        ~WindowEventFilter() override;
@@ -201,6 +199,4 @@
        return true;
    }
}
#include "qtwindowcontext.moc"
}