summaryrefslogtreecommitdiffstats
path: root/usersdialog.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-10-10 22:39:35 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2016-10-10 22:39:35 +0200
commitab27d61954f86a8261fbb224a2b44d42341d3b6e (patch)
treeb8b3221fd9cf2ab30920f082a4066f3423a89327 /usersdialog.h
parentcaae5344a85c011e3ff54f80c4187d42d298a794 (diff)
Consistensy
Diffstat (limited to 'usersdialog.h')
-rw-r--r--usersdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usersdialog.h b/usersdialog.h
index bf57db5d..b1f042b2 100644
--- a/usersdialog.h
+++ b/usersdialog.h
@@ -20,7 +20,8 @@ class QListWidgetItem;
struct UserInfo {
UserInfo() : validity('-'), have_secret(false), enabled(false) {}
- // see http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob_plain;f=doc/DETAILS
+ // see
+ // http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob_plain;f=doc/DETAILS
bool fullyValid() { return validity == 'f' || validity == 'u'; }
bool marginallyValid() { return validity == 'm'; }
bool isValid() { return fullyValid() || marginallyValid(); }
@@ -34,7 +35,6 @@ struct UserInfo {
QDateTime created;
};
-
/*!
\class UsersDialog
\brief Handles listing and editing of GPG users.