FactDev  0.1
parameters.h
1 #ifndef SETTINGS_H
2 #define SETTINGS_H
3 
4 #include <QString>
5 
11 {
12 public:
16  static const QString DB_FILENAME;
17 
21  static const double VERSION;
22 };
23 
24 #endif // SETTINGS_H
The Parameters class Class for simple user parameters.
Definition: parameters.h:10
static const QString DB_FILENAME
DB_FILENAME The database sqlite file name.
Definition: parameters.h:16
static const double VERSION
VERSION Version number of software.
Definition: parameters.h:21