UserApi is derived from AppApi, it is an instance of AppApi, just like in Python.
So just call the implementation of the base class
Qt Code:
{ makeRequest(); // method of base class AppApi. // return missing here. this is not a void method }To copy to clipboard, switch view to plain text mode
Also make sure you connect the manager's finished() signal only once, e.g. right after you create the manager.
Cheers,
_





Reply With Quote
Bookmarks