| 363 | } |
| 364 | |
| 365 | int CParameterUser::SetPrivateKeyFile(const QString szFile) |
| 366 | { |
| 367 | if(m_Data.m_szPrivateKeyFile == szFile) |
| 368 | return 0; |
| 369 | m_Data.m_szPrivateKeyFile = szFile; |
| 370 | SetModified(true); |
| 371 | return 0; |
| 372 | } |
| 373 | |
| 374 | QString CParameterUser::GetCAFile() const |
| 375 | { |