ObserverHerb / Celeste

A Twitch bot written in C++/Qt with a focus on multimedia and native performance
GNU General Public License v3.0
6 stars 0 forks source link

Don't place QNetworkAccessManager on the stack #193

Open ObserverHerb opened 1 day ago

ObserverHerb commented 1 day ago

Qt devs added a new assert that breaks how I'm constructing a QNetworkAccessManager. It can be moved into the request class and initialized by that class's constructor when needed.

https://codereview.qt-project.org/c/qt/qtbase/+/495239