refactor: Un-singletonize Paths & Updates (#5092)
This commit is contained in:
@@ -21,7 +21,7 @@ public:
|
||||
|
||||
AccountModel *createModel(QObject *parent);
|
||||
|
||||
void initialize(Settings &settings, Paths &paths) override;
|
||||
void initialize(Settings &settings, const Paths &paths) override;
|
||||
|
||||
TwitchAccountManager twitch;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user