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

Method exportToJson

Plugins/WebBrowser/History/HistoryModel.cpp:191–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191bool CHistoryModel::exportToJson(const QString &filename)
192{
193 if(!m_pDatabase) return false;
194 return m_pDatabase->ExportToJsonFile(filename);
195}

Callers 1

slotExportMethod · 0.80

Calls 1

ExportToJsonFileMethod · 0.80

Tested by

no test coverage detected