wip
Yuhang Zhao
2023-12-04 9ec0be3dabf01ccd2cda2f088ed5bede396f2c56
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: