src/core/doomseekerfilepaths.h
00001 //------------------------------------------------------------------------------
00002 // doomseekerfilepaths.h
00003 //
00004 // Copyright (C) 2010 "Zalewa" <zalewapl@gmail.com>
00005 //------------------------------------------------------------------------------
00006 #ifndef __DOOMSEEKERFILEPATHS_H__
00007 #define __DOOMSEEKERFILEPATHS_H__
00008 
00009 #include "datapaths.h"
00010 #include "global.h"
00011 #include <QString>
00012 
00020 class MAIN_EXPORT DoomseekerFilePaths
00021 {
00022         public:
00023                 static const QString    CONFIG_FILENAME;
00024                 static const QString    IP2C_DATABASE_FILENAME;
00025                 static const QString    IP2C_QT_SEARCH_PATH;
00026                 static const QString    TEMP_SERVER_CONFIG_FILENAME;
00027         
00028                 static DataPaths*               pDataPaths;
00029                 
00030                 static QString                  config();
00031                 static QString                  ip2cDatabase();
00032                 static QString                  tempServerConfig();
00033 };
00034 
00035 #endif
 All Classes Files Functions Variables Typedefs Enumerations Enumerator