Use the Path class to lookup ModeSeven.ttf

This commit is contained in:
Cameron Gutman
2019-02-15 18:13:36 -08:00
parent f8e693a060
commit b1799009b3
4 changed files with 19 additions and 11 deletions
+1 -2
View File
@@ -9,12 +9,11 @@ public:
static QString getBoxArtCacheDir();
static QString getGamepadMappingFile();
static QString getDataFilePath(QString fileName);
static void initialize(bool portable);
private:
static QString s_LogDir;
static QString s_BoxArtCacheDir;
static const QString k_GameControllerMappingFile;
};