src/bmsapp.h

changeset 3
4b95e33ee476
parent 2
a1e435907f3a
child 6
f8474f2c5db9
equal deleted inserted replaced
2:a1e435907f3a 3:4b95e33ee476
14 #include <QSettings> 14 #include <QSettings>
15 #include <QString> 15 #include <QString>
16 #include <QTextStream> 16 #include <QTextStream>
17 #include <QTranslator> 17 #include <QTranslator>
18 18
19 #include "database/database.h"
19 20
20 21
21 typedef struct IniMySQL 22 typedef struct IniMySQL
22 { 23 {
23 QString host; ///< MySQL host 24 QString host; ///< MySQL host
28 QString charset; ///< MySQL character encoding 29 QString charset; ///< MySQL character encoding
29 } IniMySQL; 30 } IniMySQL;
30 31
31 static IniMySQL dbProd; 32 static IniMySQL dbProd;
32 static IniMySQL dbDev; 33 static IniMySQL dbDev;
34
33 35
34 class MainWindow; 36 class MainWindow;
35 37
36 38
37 class Bmsapp : public QObject 39 class Bmsapp : public QObject

mercurial