Dear Guys
I want to connect Quick Controls 2 WebView WebViewLoadRequest signal in C++ Slot.
In this signal we have one argument with type of WebViewLoadRequest . So, how can i define this type in C++ slot as input?
void MyClass::OnUrlChanged(const ???? &)
thanks