refactor: Un-singletonize Paths & Updates (#5092)
This commit is contained in:
@@ -33,7 +33,7 @@ public:
|
||||
bool dryRun);
|
||||
QStringList getDefaultChatterinoCommandList();
|
||||
|
||||
void initialize(Settings &, Paths &paths) override;
|
||||
void initialize(Settings &, const Paths &paths) override;
|
||||
void save() override;
|
||||
|
||||
CommandModel *createModel(QObject *parent);
|
||||
|
||||
Reference in New Issue
Block a user