Zhao Yuhang
2023-12-18 6500aae0d32383a988aff9fb680d58a851012a14
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);
    }
 
}