SineStriker
2023-12-01 2d944e7bd4e435e216ae301b6826515d9f385574
1
2
3
4
5
6
7
8
9
10
11
12
#include "qtwindowcontext_p.h"
 
namespace QWK {
 
    QtWindowContext::QtWindowContext(QWindow *window, WindowItemDelegate *delegate)
        : AbstractWindowContext(window, delegate) {
    }
 
    QtWindowContext::~QtWindowContext() {
    }
 
}