func (ptr *QWebSocketCorsAuthenticator) Allowed() bool { defer qt.Recovering("QWebSocketCorsAuthenticator::allowed") if ptr.Pointer() != nil { return C.QWebSocketCorsAuthenticator_Allowed(ptr.Pointer()) != 0 } return false }
func (ptr *QWebSocketCorsAuthenticator) Allowed() bool { if ptr.Pointer() != nil { return C.QWebSocketCorsAuthenticator_Allowed(ptr.Pointer()) != 0 } return false }