Doxygen documentation update

This commit is contained in:
2016-10-31 16:19:13 +01:00
parent af56825d39
commit 96d5b95b6f
6 changed files with 87 additions and 12 deletions

View File

@@ -43,6 +43,15 @@ public:
{
}
///
/// (Un)checks "Remember credentials" checkbox
///
/// \param[in] val If \c true, checkbox is checked; otherwise cleared
///
virtual void SetRemember(bool val) = 0;
///
/// Returns \c true if "Remember credentials" checkbox is checked
///
virtual bool GetRemember() const = 0;
};