mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
refactor: make Application::userData private
This commit is contained in:
parent
d969d9bf93
commit
94c1084bde
|
@ -143,9 +143,9 @@ public:
|
||||||
TwitchIrcServer *const twitch{};
|
TwitchIrcServer *const twitch{};
|
||||||
FfzBadges *const ffzBadges{};
|
FfzBadges *const ffzBadges{};
|
||||||
SeventvBadges *const seventvBadges{};
|
SeventvBadges *const seventvBadges{};
|
||||||
UserDataController *const userData{};
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
UserDataController *const userData{};
|
||||||
ISoundController *const sound{};
|
ISoundController *const sound{};
|
||||||
TwitchLiveController *const twitchLiveController{};
|
TwitchLiveController *const twitchLiveController{};
|
||||||
std::unique_ptr<PubSub> twitchPubSub;
|
std::unique_ptr<PubSub> twitchPubSub;
|
||||||
|
|
Loading…
Reference in a new issue