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{};
|
||||
FfzBadges *const ffzBadges{};
|
||||
SeventvBadges *const seventvBadges{};
|
||||
UserDataController *const userData{};
|
||||
|
||||
private:
|
||||
UserDataController *const userData{};
|
||||
ISoundController *const sound{};
|
||||
TwitchLiveController *const twitchLiveController{};
|
||||
std::unique_ptr<PubSub> twitchPubSub;
|
||||
|
|
Loading…
Reference in a new issue