TZ-Lib  $VERSION$
tzsys.h
Go to the documentation of this file.
1 //
2 // C++ Interface: TZ Data System Discovery
3 //
4 // Description: Time Zone System Discovery
5 //
6 //
7 // Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2010
8 //
9 // Copyright: See README/COPYING files that come with this distribution
10 //
11 //
12 
13 #ifndef TIMEZONE_SYSTEM_DISCOVERY_H
14 #define TIMEZONE_SYSTEM_DISCOVERY_H
15 
16 #include <QString>
17 
18 namespace TimeZoneLib {
20  QString systemDefaultDiscover();
21 
23  void setSystemZoneFile(QString);
24 }
25 
26 #endif
Definition: tzdata.h:29
QString systemDefaultDiscover()
Definition: tzsys_unix.cpp:44
void setSystemZoneFile(QString)
Definition: tzfile.cpp:49