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