comparison src/main.cpp @ 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 3d3ba5759cac
comparison
equal deleted inserted replaced
240:14c6a4d40232 241:ea85ff97a01c
24 24
25 25
26 // 26 //
27 // SQL schema / table definitions 27 // SQL schema / table definitions
28 // 28 //
29 typedef struct
30 {
31 QString name;
32 QString schema;
33 } SLSQLSchemaDef;
34
35
36 static const SLSQLSchemaDef slSQLSchemaData[] = 29 static const SLSQLSchemaDef slSQLSchemaData[] =
37 { 30 {
38 { 31 {
39 QStringLiteral("people"), 32 QStringLiteral("people"),
40 QStringLiteral( 33 QStringLiteral(