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

Method SetDatabaseName

Src/Database/ParameterDatabase.cpp:52–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void CParameterDatabase::SetDatabaseName(const QString &newDatabaseName)
53{
54 if(m_szDatabaseName == newDatabaseName)
55 return;
56 m_szDatabaseName = newDatabaseName;
57 SetModified(true);
58}
59
60QString CParameterDatabase::GetOptions() const
61{

Callers 2

AcceptMethod · 0.80
on_pbTest_clickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected