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