refactor: Fonts (#5228)

This commit is contained in:
pajlada
2024-03-10 14:27:08 +01:00
committed by GitHub
parent e56f7136a9
commit e7508332ff
16 changed files with 128 additions and 143 deletions
+4 -1
View File
@@ -5,6 +5,8 @@
#include "singletons/Paths.hpp"
#include "singletons/Updates.hpp"
#include <QTemporaryDir>
namespace chatterino::mock {
class EmptyApplication : public IApplication
@@ -235,7 +237,8 @@ public:
return nullptr;
}
private:
protected:
QTemporaryDir settingsDir;
Paths paths_;
Args args_;
Updates updates_;