func (ptr *QWebChannel) DestroyQWebChannel() { defer qt.Recovering("QWebChannel::~QWebChannel") if ptr.Pointer() != nil { C.QWebChannel_DestroyQWebChannel(ptr.Pointer()) ptr.SetPointer(nil) } }
func (ptr *QWebChannel) DestroyQWebChannel() { if ptr.Pointer() != nil { C.QWebChannel_DestroyQWebChannel(ptr.Pointer()) ptr.SetPointer(nil) } }