Added load receipt functionality.
This commit is contained in:
@@ -65,6 +65,10 @@ void Context::loadPlugins()
|
||||
m_plugins.append(plugin);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
qDebug() << pluginLoader.errorString();
|
||||
}
|
||||
}
|
||||
|
||||
QString dbPath = m_settings->value("db/path", "").toString();
|
||||
|
||||
Reference in New Issue
Block a user