mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
2197bce610
QApplication takes argc by reference, so copying it in to AppManager's constructor causes QApplication's to have an invalid reference once AppManager's constructor returns. Instead just reference main's argc. Fix #6641