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

Method CDatabaseFile

Src/Database/Database.cpp:723–730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721}
722
723CDatabaseFile::CDatabaseFile(const QString &szSuffix, QObject *parent)
724 : CDatabase(parent)
725{
726 m_szTableName = "file";
727 if(!szSuffix.isEmpty())
728 m_szTableName = m_szTableName + "_" + szSuffix;
729 m_szConnectName = "connect_" + m_szTableName;
730}
731
732QByteArray CDatabaseFile::Load(const QString &szFile)
733{

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected