Sine Striker
2023-12-13 3781b8d6a5c8a82a8ffb97383ac5e4b5e8872b0b
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 {}
 
}