Zhao Yuhang
2023-12-10 b0249aebbacf71eee27e77c766ccb3dc33693b11
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 {}
 
}