Some stuff I had on another machine and which might provide useful.

This commit is contained in:
eelke 2017-12-28 07:29:07 +01:00
parent 23e307f93a
commit 36e5526f5f
10 changed files with 325 additions and 13 deletions

View file

@ -32,7 +32,7 @@ bool OpenDatabase::Init()
auto kw = m_config.getKeywords();
auto vals = m_config.getValues();
if (conn.connect(kw, vals, 0)) {
m_catalogue->loadAll(conn);
m_catalogue->loadAll(conn, nullptr);
return true;
}
return false;