| 41 | } |
| 42 | |
| 43 | ChainDataModel::ChainDataModel(fc::thread& t, QObject* parent) |
| 44 | :QObject(parent),m_rpc_thread(&t){} |
| 45 | |
| 46 | void ChainDataModel::setDatabaseAPI(fc::api<database_api> dbapi) { |
| 47 | m_db_api = dbapi; |
nothing calls this directly
no outgoing calls
no test coverage detected