comparison src/main.h @ 241:ea85ff97a01c

Move SLSQLSchemaDef struct def to main.h
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 08 May 2018 00:18:59 +0300
parents 14c6a4d40232
children 43a5e09bb832
comparison
equal deleted inserted replaced
240:14c6a4d40232 241:ea85ff97a01c
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 //
74 // Person information record 84 // Person information record
75 // 85 //
76 class SLPersonInfo : public QObject 86 class SLPersonInfo : public QObject
77 { 87 {
78 Q_OBJECT 88 Q_OBJECT