mirror-chatterino2/mocks/include/mocks
pajlada d085ab578f
refactor: Make Args less of a singleton (#5041)
This means it's no longer a singleton, and its lifetime is bound to our application.
This felt like a good small experiment to see how its changes would look
if we did this.
As a shortcut, `getApp` that is already a mega singleton keeps a
reference to Args, this means places that are a bit more difficult to
inject into call `getApp()->getArgs()` just like other things are
accessed.
2023-12-29 15:40:31 +01:00
..
Channel.hpp Test filters context map & message builder (#4886) 2023-10-13 15:41:23 +00:00
EmptyApplication.hpp refactor: Make Args less of a singleton (#5041) 2023-12-29 15:40:31 +01:00
Helix.hpp Replace boost::optional with std::optional (#4877) 2023-10-08 16:50:48 +00:00
TwitchIrcServer.hpp Test filters context map & message builder (#4886) 2023-10-13 15:41:23 +00:00
UserData.hpp Replace boost::optional with std::optional (#4877) 2023-10-08 16:50:48 +00:00