diff src/main.h @ 237:54ab3f3e28c0

Split EditPerson and ViewTransactions to separate source files.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 07 May 2018 19:19:13 +0300
parents c3f47d489097
children 9626307f3eeb
line wrap: on
line diff
--- a/src/main.h	Mon May 07 18:37:08 2018 +0300
+++ b/src/main.h	Mon May 07 19:19:13 2018 +0300
@@ -90,6 +90,8 @@
 bool slCheckAndReportSQLError(const QString where, const QSqlError &err, bool report = false);
 
 void slGetPersonInfoRec(QSqlQuery &query, SLPersonInfo &info);
+bool slGetPersonInfo(qint64 id, SLPersonInfo &info);
+void slSetCommonStyleSheet(QWidget *widget);
 
 
 //