Removed duplicates with old name adjusted includes to match new header name.

This commit is contained in:
Eelke Klein 2017-08-26 11:45:50 +02:00
parent 243f1c0a42
commit 869d867191
13 changed files with 11 additions and 434 deletions

View file

@ -2,7 +2,7 @@
#define QUERYRESULTMODEL_H
#include <QAbstractTableModel>
#include "PgsqlConn.h"
#include "Pgsql_Connection.h"
class QueryResultModel : public QAbstractTableModel
{