ce76f3e3a7cbfa7b3b491be0f7e07eb31682293c
[simple-xmbc-rem] / simplexbmcremote-0.8.1 / constants.h
1 #ifndef CONSTANTS_H
2 #define CONSTANTS_H
3
4 // QCoreApplication info
5 #define APPLICATION_NAME "simplexbmcremote"
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 "8080"
13
14 #define SETUP_NOTIFICATION_TIMEOUT "notification/timeout"
15 #define SETUP_NOTIFICATION_TIMEOUT_DEFAULT 3000
16
17 #endif // CONSTANTS_H