summaryrefslogtreecommitdiffstats
path: root/usersdialog.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-06-09 22:38:34 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2016-06-09 22:38:34 +0200
commit41dc8573159794dddc93f1fedd338432690e314f (patch)
tree84a40f1f517b182580a40b60a59d7e4c81ccee88 /usersdialog.h
parent21173555067b5f624081ec69b890819f762f34a2 (diff)
Updated docs
Diffstat (limited to 'usersdialog.h')
-rw-r--r--usersdialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/usersdialog.h b/usersdialog.h
index 37b5af08..4f3529e1 100644
--- a/usersdialog.h
+++ b/usersdialog.h
@@ -13,6 +13,10 @@ class UsersDialog;
class QListWidgetItem;
+/*!
+ \struct UserInfo
+ \brief Stores key info lines including validity, creation date and more.
+ */
struct UserInfo {
UserInfo() : validity('-'), have_secret(false), enabled(false) {}