removed the state machine. use only http.
[simple-xmbc-rem] / src / constants.h
1 #ifndef SETTINGS_H
2 #define SETTINGS_H
3
4 // QCoreApplication info
5 #define APPLICATION_NAME "xbmcnetmoviesremote"
6 #define ORGANIZATION_NAME "Ionutz Borcoman"
7
8 // QSettings keys
9 #define SETUP_XBMC_SERVER "xbmc/server"
10 #define SETUP_XBMC_SERVER_DEFAULT "localhost"
11 #define SETUP_XBMC_PORT "xbmc/port"
12 #define SETUP_XBMC_PORT_DEFAULT "9090"
13
14 #endif // SETTINGS_H