qTox/src
Anthony Bilinski 2197bce610
fix(AppManager): Don't create temporary copy of argc
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
2022-06-14 16:24:09 -07:00
..
chatlog feat(CI): Disallow unsafe implicit casts to QString 2022-04-05 12:10:05 -07:00
core refactor(core): Remove unused Core::getKeyPair 2022-05-26 13:26:41 -07:00
model refactor(Nexus): Remove singleton, construct with needed arguments 2022-06-07 19:53:03 -07:00
net feat(CI): Disallow unsafe implicit casts to QString 2022-04-05 12:10:05 -07:00
persistence refactor(Nexus): Remove Nexus::getDesktopGUI 2022-05-26 18:04:01 -07:00
platform feat(CI): Disallow unsafe implicit casts to QString 2022-04-05 12:10:05 -07:00
video feat(CI): Disallow unsafe implicit casts to QString 2022-04-05 12:10:05 -07:00
widget refactor(Nexus): Remove singleton, construct with needed arguments 2022-06-07 19:53:03 -07:00
appmanager.cpp fix(AppManager): Don't create temporary copy of argc 2022-06-14 16:24:09 -07:00
appmanager.h fix(AppManager): Don't create temporary copy of argc 2022-06-14 16:24:09 -07:00
friendlist.cpp refactor: Move FriendList global state into class 2022-03-30 19:04:11 -07:00
friendlist.h refactor: Move FriendList global state into class 2022-03-30 19:04:11 -07:00
grouplist.cpp refactor: Move GroupList global state into class 2022-04-05 10:34:53 -07:00
grouplist.h refactor: Move GroupList global state into class 2022-04-05 10:34:53 -07:00
ipc.cpp refactor(IPC): Remove activate's handler reliance on global state 2022-05-21 17:18:07 -07:00
ipc.h refactor(IPC): Remove activate's handler reliance on global state 2022-05-21 17:18:07 -07:00
loginscreen.ui refactor(nexus): make loginscreen independent of nexus 2018-02-01 22:00:06 +01:00
main.cpp refactor(main): Move main global state into new AppManager class 2022-05-24 13:26:48 -07:00
mainwindow.ui fix(ui): show empty status as placeholder instead of as status 2019-05-07 14:34:08 -07:00
nexus.cpp refactor(Nexus): Remove singleton, construct with needed arguments 2022-06-07 19:53:03 -07:00
nexus.h refactor(Nexus): Remove singleton, construct with needed arguments 2022-06-07 19:53:03 -07:00