pollymc/launcher/settings
Rachel Powers 12f0d51c0c Fix: signal/slot macro -> func pointer & network fixes
- convert qt connect calls to use function pointers instead of the signal/slot macros wherever practical (UI classes were mostly left alone, target was tasks and processes)
- give signals an explicit receivers to use the static method over the instance method wherever practical
- ensure networks tasks are using the `errorOccured` signal added in Qt5.15 over the deprecated `error` signal
- ensure all networks tasks have an sslErrors signal connected
- add seemingly missing `MinecraftAccount::authSucceeded` connection for `MSAInteractive` login flow

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-04-17 18:23:18 -07:00
..
INIFile.cpp chore: update license headers 2022-07-10 12:19:15 +02:00
INIFile.h NOISSUE Flatten gui and logic libraries into MultiMC 2021-07-25 19:50:44 +02:00
INISettingsObject.cpp fix: don't take item from a possibly empty list 2022-10-18 16:51:42 -03:00
INISettingsObject.h feat: allow specifying fallbacks to INI files 2022-10-18 12:22:42 -03:00
OverrideSetting.cpp NOISSUE Flatten gui and logic libraries into MultiMC 2021-07-25 19:50:44 +02:00
OverrideSetting.h NOISSUE Flatten gui and logic libraries into MultiMC 2021-07-25 19:50:44 +02:00
PassthroughSetting.cpp NOISSUE Flatten gui and logic libraries into MultiMC 2021-07-25 19:50:44 +02:00
PassthroughSetting.h NOISSUE Flatten gui and logic libraries into MultiMC 2021-07-25 19:50:44 +02:00
Setting.cpp NOISSUE Flatten gui and logic libraries into MultiMC 2021-07-25 19:50:44 +02:00
Setting.h Rename 2022-10-19 15:02:43 +05:30
SettingsObject.cpp Fix: signal/slot macro -> func pointer & network fixes 2023-04-17 18:23:18 -07:00
SettingsObject.h change: put settings initialization in a separate function 2022-07-06 16:18:09 -03:00