Adding in boost::asio support

main starts a thread that keep a global io_service object
running and makes sure it is stopped when everything else is
stopped.
This commit is contained in:
Eelke Klein 2017-08-24 19:45:00 +02:00
parent a6755c20f2
commit 4beea05ba6
7 changed files with 50 additions and 9 deletions

View file

@ -20,7 +20,6 @@
#include "PgsqlDatabaseCatalogue.h"
#include "util.h"
QueryParamListController::QueryParamListController(QTableView *tv,
OpenDatabase *opendb, QWidget *parent)
: QObject(parent)