Sine Striker
2023-12-22 b5353615668a8b3c1e26adead7cb9d5ad4abcd9a
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);
    }
 
}