Yuhang Zhao
2023-12-11 e9ce49b601b412050e9709a3474e51950dccd5a9
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 {}
 
}