comparison src/sqlmodels.cpp @ 246:43a5e09bb832

Split some utility functions to util.{h,cpp}
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 08 May 2018 13:14:29 +0300
parents 58af72da7f60
children 55581d90c55d
comparison
equal deleted inserted replaced
245:f1b41bdabe12 246:43a5e09bb832
5 // 5 //
6 // Distributed under 3-clause BSD style license, refer to 6 // Distributed under 3-clause BSD style license, refer to
7 // included file "COPYING" for exact terms. 7 // included file "COPYING" for exact terms.
8 // 8 //
9 #include "main.h" 9 #include "main.h"
10 #include "util.h"
10 11
11 12
12 SLPersonSQLModel::SLPersonSQLModel(QObject *parent) : QSqlQueryModel(parent) 13 SLPersonSQLModel::SLPersonSQLModel(QObject *parent) : QSqlQueryModel(parent)
13 { 14 {
14 } 15 }