summaryrefslogtreecommitdiffstats
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
parent21173555067b5f624081ec69b890819f762f34a2 (diff)
Updated docs
-rw-r--r--mainwindow.h4
-rw-r--r--usersdialog.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 9f730e34..d2362849 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -20,6 +20,10 @@ namespace Ui {
class MainWindow;
}
+/*!
+ \struct execQueueItem
+ \brief Execution queu items for non-interactive ordered execution.
+ */
struct execQueueItem {
QString app;
QString args;
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) {}