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