summaryrefslogtreecommitdiffstats
path: root/usersdialog.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-06-09 22:35:29 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2016-06-09 22:35:29 +0200
commit21173555067b5f624081ec69b890819f762f34a2 (patch)
treee1d58dc3e8807ad7afc09619f1b1d1acc58e9892 /usersdialog.h
parent89fbf75dba8149876e855b7f50c34fafd73bdf7c (diff)
Updated docs
Diffstat (limited to 'usersdialog.h')
-rw-r--r--usersdialog.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/usersdialog.h b/usersdialog.h
index adb23854..37b5af08 100644
--- a/usersdialog.h
+++ b/usersdialog.h
@@ -25,6 +25,13 @@ struct UserInfo {
QDateTime created;
};
+
+/*!
+ \class UsersDialog
+ \brief Handles listing and editing of GPG users.
+
+ Selection of whom to encrypt to.
+ */
class UsersDialog : public QDialog {
Q_OBJECT