MCPcopy Create free account
hub / github.com/blizzard4591/openMittsu / BackupReader

Method BackupReader

src/backup/BackupReader.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 namespace backup {
32
33 BackupReader::BackupReader(QDir const& backupFilePath, QString const& backupPassword, QString const& databaseFilename, QDir const& mediaStorageLocation, QString const& databasePassword) : m_backupFilePath(backupFilePath), m_backupPassword(backupPassword), m_databaseFilename(databaseFilename), m_mediaStorageLocation(mediaStorageLocation), m_databasePassword(databasePassword) {
34 //
35 }
36
37 BackupReader::~BackupReader() {
38 //

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected