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