summaryrefslogtreecommitdiffstats
path: root/mainwindow.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 /mainwindow.h
parent21173555067b5f624081ec69b890819f762f34a2 (diff)
Updated docs
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h4
1 files changed, 4 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;