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

Method CFavoriteDatabase

App/Client/Favorite/FavoriteDatabase.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15static Q_LOGGING_CATEGORY(log, "App.Favorite.Db")
16CFavoriteDatabase::CFavoriteDatabase(QObject *parent)
17 : CDatabaseTree{"favorite", parent}
18{
19 qDebug(log) << Q_FUNC_INFO;
20}
21
22bool CFavoriteDatabase::OnInitializeSqliteDatabase()
23{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected