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

Method ImportFileToDatabaseFromJson

Src/Database/Database.cpp:715–721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

713}
714
715bool CDatabaseFile::ImportFileToDatabaseFromJson(const QJsonObject &obj, QString &szFile)
716{
717 bool bRet = ImportFileFromJson(obj, szFile);
718 if(!bRet) return bRet;
719 bRet = Save(szFile);
720 return bRet;
721}
722
723CDatabaseFile::CDatabaseFile(const QString &szSuffix, QObject *parent)
724 : CDatabase(parent)

Callers 2

ImportFromJsonMethod · 0.80
ImportFromJsonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected