Yuhang Zhao
2023-12-07 86403b4e99f901f687050ce9a91a8e539331cebb
1
2
3
4
5
6
7
8
9
10
11
#include "windowitemdelegate.h"
 
namespace QWK {
 
    WindowItemDelegate::WindowItemDelegate() = default;
 
    WindowItemDelegate::~WindowItemDelegate() = default;
 
    void WindowItemDelegate::resetQtGrabbedControl() const {}
 
}