Yuhang Zhao
2023-12-07 86403b4e99f901f687050ce9a91a8e539331cebb
1
2
3
4
5
6
7
8
9
#include "widgetwindowcontext_p.h"
 
namespace QWK {
 
    bool WidgetWindowContext::hostEventFilter(QEvent *event) {
        return false;
    }
 
}