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