Static class responsible for retrieving paths to data files used by Doomseeker. More...
#include <doomseekerfilepaths.h>
Static Public Member Functions | |
| static QString | config () | 
| static QString | ip2cDatabase () | 
| static QString | tempServerConfig () | 
| static QString | updatePackagesStorageDir () | 
Static Public Attributes | |
| static const QString | CONFIG_FILENAME = "doomseeker.cfg" | 
| static const QString | IP2C_DATABASE_FILENAME = "IpToCountry.csv" | 
| static const QString | IP2C_QT_SEARCH_PATH = "data:" + IP2C_DATABASE_FILENAME | 
| static const QString | TEMP_SERVER_CONFIG_FILENAME = "tmpserver.cfg" | 
| static DataPaths * | pDataPaths = NULL | 
Static class responsible for retrieving paths to data files used by Doomseeker.
This uses a static instance of DataPaths class which should be specified by Main during init.