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

Method SetOptions

Src/Database/ParameterDatabase.cpp:65–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void CParameterDatabase::SetOptions(const QString &newOptions)
66{
67 if(m_szOptions == newOptions)
68 return;
69 m_szOptions = newOptions;
70 SetModified(true);
71}
72
73QSet<QString> CParameterDatabase::GetSupportDatabase()
74{

Callers 2

AcceptMethod · 0.80
on_pbTest_clickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected