| 215 | } |
| 216 | |
| 217 | void CParameterPlugin::SetEncryptKey(const QString &newPassword) |
| 218 | { |
| 219 | if (m_szEncryptKey == newPassword) |
| 220 | return; |
| 221 | m_szEncryptKey = newPassword; |
| 222 | SetModified(true); |
| 223 | emit sigEncryptKeyChanged(); |
| 224 | } |
| 225 | |
| 226 | const bool &CParameterPlugin::GetSavePassword() const |
| 227 | { |
no outgoing calls
no test coverage detected