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