Static class responsible for retrieving paths to data files used by Doomseeker. More...
#include <doomseekerfilepaths.h>
Static Public Attributes | |
static const QString | INI_FILENAME = "doomseeker.ini" |
static const QString | IP2C_DATABASE_FILENAME = "IpToCountry.dat" |
static const QString | IP2C_QT_SEARCH_PATH = "data:" + IP2C_DATABASE_FILENAME |
static const QString | IRC_INI_FILENAME = "doomseeker-irc.ini" |
static const QString | PASSWORD_INI_FILENAME = "doomseeker-password.ini" |
static DataPaths * | pDataPaths = NULL |
static const QString | TEMP_SERVER_CONFIG_FILENAME = "tmpserver.cfg" |
Static class responsible for retrieving paths to data files used by Doomseeker.
This uses a static instance of DataPaths class through pDataPaths member, which should be specified during init phase.
Definition at line 21 of file doomseekerfilepaths.h.