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