Check for device state on update.
[yandex-traffic] / globals.hpp
1 #ifndef __GLOBALS_H__
2 #define __GLOBALS_H__
3
4
5 // Will widget check for internet connection presence?
6 // For debuggin in scratchbox must be set to 0, for real device, set 1
7 #define CHECK_FOR_CONNECTION 0
8
9
10 #endif // __GLOBALS_H__