Sine Striker
2023-12-21 2f59395b8183b1de62bd0ba83685298d9a7e3271
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "windowitemdelegate_p.h"
 
namespace QWK {
 
    WindowItemDelegate::WindowItemDelegate() = default;
 
    WindowItemDelegate::~WindowItemDelegate() = default;
 
    void WindowItemDelegate::resetQtGrabbedControl(QObject *host) const {
        Q_UNUSED(host);
    }
 
}