* @brief Best-effort overwrite and clear of the referenced QString. */
| 26 | * @brief Best-effort overwrite and clear of the referenced QString. |
| 27 | */ |
| 28 | AI::ZeroOnDestroy::~ZeroOnDestroy() |
| 29 | { |
| 30 | m_ref.fill(QChar(QChar::Null)); |
| 31 | m_ref.clear(); |
| 32 | } |
| 33 | |
| 34 | //-------------------------------------------------------------------------------------------------- |
| 35 | // KeyVault construction |