Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
191
bool CHistoryModel::exportToJson(const QString &filename)
192
{
193
if(!m_pDatabase) return false;
194
return m_pDatabase->ExportToJsonFile(filename);
195
}
Callers
1
slotExport
Method · 0.80
Calls
1
ExportToJsonFile
Method · 0.80
Tested by
no test coverage detected