diff 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
line wrap: on
line diff
--- a/src/main.h	Tue May 08 13:30:47 2018 +0300
+++ b/src/main.h	Tue May 08 15:00:17 2018 +0300
@@ -71,16 +71,6 @@
 
 
 //
-// SQL schema / table definitions
-//
-typedef struct
-{
-    QString name;
-    QString schema;
-} SLSQLSchemaDef;
-
-
-//
 // Person information record
 //
 class SLPersonInfo : public QObject