Skip to content
QtWS25 Last Chance
  • PyQt QNAM, QSaveFile Crashing issue

    Unsolved General and Desktop qnam qsavefile crash
    4
    0 Votes
    4 Posts
    2k Views
    SGaistS
    From the C++ side, QNetworkReply is not local in the sense that you get a pointer to a heap allocated object that lifetime you must handle yourself while outFile would a stack allocated object that would be destroyed at the end of the function.