SineStriker
2023-12-16 abdad66bae077da6c3480db457beb47df5eda813
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"
}