Zhao Yuhang
2023-12-14 5ee113e2c4f916b1078ace782bb130f5edf64bcf
1
2
3
4
5
6
7
8
9
10
11
#include "windowitemdelegate_p.h"
 
namespace QWK {
 
    WindowItemDelegate::WindowItemDelegate() = default;
 
    WindowItemDelegate::~WindowItemDelegate() = default;
 
    void WindowItemDelegate::resetQtGrabbedControl() const {}
 
}