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