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