refactor: Un-singletonize Paths & Updates (#5092)

This commit is contained in:
pajlada
2024-01-16 21:56:43 +01:00
committed by GitHub
parent 7f935665f9
commit 718696db53
60 changed files with 237 additions and 165 deletions
+3 -2
View File
@@ -7,8 +7,9 @@ namespace chatterino {
class Args;
class Paths;
class Settings;
class Updates;
void runGui(QApplication &a, Paths &paths, Settings &settings,
const Args &args);
void runGui(QApplication &a, const Paths &paths, Settings &settings,
const Args &args, Updates &updates);
} // namespace chatterino