comparison src/main.h @ 239:9626307f3eeb

Streamline SQL table creation.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 07 May 2018 23:33:52 +0300
parents 54ab3f3e28c0
children 14c6a4d40232
comparison
equal deleted inserted replaced
238:d8c3043c00a0 239:9626307f3eeb
42 // Supported database backup modes 42 // Supported database backup modes
43 #define BACKUP_NONE 0 // No backup 43 #define BACKUP_NONE 0 // No backup
44 #define BACKUP_HTTP 1 // HTTP(s) POST to a PHP script 44 #define BACKUP_HTTP 1 // HTTP(s) POST to a PHP script
45 45
46 46
47 // Helper macros
48 #define SL_STR_HELPER(x) #x
49 #define SL_STR(x) SL_STR_HELPER(x)
50
47 51
48 // 52 //
49 // Person information record 53 // Person information record
50 // 54 //
51 class SLPersonInfo : public QObject 55 class SLPersonInfo : public QObject