pollymc/launcher/screenshots
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
..
ImgurAlbumCreation.cpp Fix: signal/slot macro -> func pointer & network fixes 2023-04-17 18:23:18 -07:00
ImgurAlbumCreation.h chore: add license header to remaining files 2022-05-12 18:11:55 -03:00
ImgurUpload.cpp Fix: signal/slot macro -> func pointer & network fixes 2023-04-17 18:23:18 -07:00
ImgurUpload.h chore: add license header to remaining files 2022-05-12 18:11:55 -03:00
Screenshot.h NOISSUE continue refactoring things to make tests pass 2021-11-21 23:21:12 +01:00