# HG changeset patch # User Matti Hamalainen # Date 1491479377 -10800 # Node ID c953ee761af0ad9a35748f56c969c4253d8d77a0 # Parent d565867f2b0b6259a0874f52aa526832d574854e Cosmetics. diff -r d565867f2b0b -r c953ee761af0 main.h --- 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 // (C) Copyright 2017 Tecnic Software productions (TNSP) // -#ifndef MAINWINDOW_H -#define MAINWINDOW_H +#ifndef SYNTILISTA_H +#define SYNTILISTA_H #include #include @@ -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