diff main.h @ 42:60ffa45b4014

Use #define APP_SQLITE_FILE for the application Sqlite3 database filename.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 06 Apr 2017 14:50:12 +0300
parents c953ee761af0
children 372c1be58996
line wrap: on
line diff
--- a/main.h	Thu Apr 06 14:49:37 2017 +0300
+++ b/main.h	Thu Apr 06 14:50:12 2017 +0300
@@ -20,6 +20,7 @@
 #define APP_ID            "Kampus Syntilista"       // Application ID (for settings)
 #define APP_NAME          "Café Kampus Syntilista"  // Application title/name
 #define APP_VERSION       "0.2"                     // Version string
+#define APP_SQLITE_FILE   "syntilista.sqlite3"      // SQLite3 database file name (without path)
 
 
 //