| 349 | } |
| 350 | |
| 351 | int CParameterUser::SetPublicKeyFile(const QString szFile) |
| 352 | { |
| 353 | if(m_Data.m_szPublicKeyFile == szFile) |
| 354 | return 0; |
| 355 | m_Data.m_szPublicKeyFile = szFile; |
| 356 | SetModified(true); |
| 357 | return 0; |
| 358 | } |
| 359 | |
| 360 | QString CParameterUser::GetPrivateKeyFile() const |
| 361 | { |