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