comparison src/main.h @ 252:4d2b37a0acf2

Move SQL table creation from schema array to util-module.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 08 May 2018 15:00:17 +0300
parents cfaf03d8d23e
children d18f1a8cb4df
comparison
equal deleted inserted replaced
251:ede0fde2ae6e 252:4d2b37a0acf2
69 69
70 extern SLAppSettings settings; 70 extern SLAppSettings settings;
71 71
72 72
73 // 73 //
74 // SQL schema / table definitions
75 //
76 typedef struct
77 {
78 QString name;
79 QString schema;
80 } SLSQLSchemaDef;
81
82
83 //
84 // Person information record 74 // Person information record
85 // 75 //
86 class SLPersonInfo : public QObject 76 class SLPersonInfo : public QObject
87 { 77 {
88 Q_OBJECT 78 Q_OBJECT