changeset 41:c953ee761af0

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 06 Apr 2017 14:49:37 +0300
parents d565867f2b0b
children 60ffa45b4014
files main.h
diffstat 1 files changed, 11 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/main.h	Thu Apr 06 13:13:12 2017 +0300
+++ b/main.h	Thu Apr 06 14:49:37 2017 +0300
@@ -3,8 +3,8 @@
 // Programmed and designed by Matti Hämäläinen <ccr@tnsp.org>
 // (C) Copyright 2017 Tecnic Software productions (TNSP)
 //
-#ifndef MAINWINDOW_H
-#define MAINWINDOW_H
+#ifndef SYNTILISTA_H
+#define SYNTILISTA_H
 
 #include <QMainWindow>
 #include <QShortcut>
@@ -14,12 +14,12 @@
 
 
 //
-//
+// Global application defines
 //
-#define APP_VENDOR    "TNSP"
-#define APP_ID        "Kampus Syntilista"
-#define APP_NAME      "Café Kampus Syntilista"
-#define APP_VERSION   "0.2"
+#define APP_VENDOR        "TNSP"                    // Vendor ID (for settings, etc.)
+#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
 
 
 //
@@ -157,6 +157,9 @@
 };
 
 
+//
+// Person edit / new person dialog
+//
 class EditPerson : public QDialog
 {
     Q_OBJECT
@@ -187,4 +190,4 @@
     TransactionSQLModel *model_Transactions;
 };
 
-#endif // MAINWINDOW_H
+#endif // SYNTILISTA_H