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