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