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

Method OnInitializeDatabase

Plugins/WebBrowser/DatabaseUrl.cpp:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20bool CDatabaseUrl::OnInitializeDatabase()
21{
22 bool success = false;
23 success = CDatabase::OnInitializeDatabase();
24 if(!success) return success;
25 success = m_iconDB.SetDatabase(GetDatabase(), m_pPara);
26 return success;
27}
28
29bool CDatabaseUrl::OnInitializeSqliteDatabase()
30{

Callers

nothing calls this directly

Calls 1

SetDatabaseMethod · 0.80

Tested by

no test coverage detected