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