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