MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / importFromJson

Method importFromJson

Plugins/WebBrowser/History/HistoryModel.cpp:185–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185bool CHistoryModel::importFromJson(const QString &filename)
186{
187 if(!m_pDatabase) return false;
188 return m_pDatabase->ImportFromJsonFile(filename);
189}
190
191bool CHistoryModel::exportToJson(const QString &filename)
192{

Callers 1

slotImportMethod · 0.80

Calls 1

ImportFromJsonFileMethod · 0.80

Tested by

no test coverage detected