refactor: Un-singletonize Paths & Updates (#5092)
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user