refactor: Fonts (#5228)
This commit is contained in:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user