Hi,
I have a requirement where I have to call QNetworkAccessManager methods from a class which has base class as QThread. And I also I have to capture QNetworkAccessManager's finished() signal.
Qt Code:
Q_OBJECT public: private: QNetworkAccessManager *manager }To copy to clipboard, switch view to plain text mode
when it emits signal by run() method in a class, it fails because it complains about conflict between parent thread and child thread.
Need a solution to handle this
Thanks
Manish
Bookmarks