Sine Striker
2023-12-02 499afac952920595e6c3d4f94806427f894c7674
src/core/contexts/qtwindowcontext_p.h
@@ -7,10 +7,8 @@
    class QWK_CORE_EXPORT QtWindowContext : public AbstractWindowContext {
        Q_OBJECT
        Q_DISABLE_COPY(QtWindowContext)
    public:
        QtWindowContext(QWindow *window, WindowItemDelegatePtr delegate);
        QtWindowContext(QWindow *window, WindowItemDelegate *delegate);
        ~QtWindowContext();
    public: