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