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