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

Method AddKey

Src/ParameterCompone/ParameterFilter.cpp:58–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58int CParameterFilter::AddKey(const QString& szKey)
59{
60 if(m_pDatabase)
61 return m_pDatabase->AddKey(szKey);
62
63 if(contains(szKey))
64 return 0;
65 m_Key.insert(szKey);
66 SetModified(true);
67 return 0;
68}
69
70int CParameterFilter::RemoveKey(const QString& szKey)
71{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected