summaryrefslogtreecommitdiffstats
path: root/src/dialog.h
diff options
context:
space:
mode:
authorChristian Klinger2016-08-03 10:45:09 +0200
committerChristian Klinger2016-08-03 10:45:09 +0200
commit6705b6d670ce859d1d22c4ed748f71ac6fb2d5a6 (patch)
tree2aac9b02b5cf1f81340153c8a21de92bc6c630e9 /src/dialog.h
parentadded --start-uuid parameter. (diff)
downloadvmchooser2-6705b6d670ce859d1d22c4ed748f71ac6fb2d5a6.tar.gz
vmchooser2-6705b6d670ce859d1d22c4ed748f71ac6fb2d5a6.tar.xz
vmchooser2-6705b6d670ce859d1d22c4ed748f71ac6fb2d5a6.zip
check for autostart when download is finished
and not after a fixed time of 1 second.
Diffstat (limited to 'src/dialog.h')
-rw-r--r--src/dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dialog.h b/src/dialog.h
index a8d08ac..552020d 100644
--- a/src/dialog.h
+++ b/src/dialog.h
@@ -63,6 +63,8 @@ class Dialog : public QDialog {
void keyPressEvent(QKeyEvent * e);
void selectFirstElement();
+ void checkAutostart();
+
private slots:
void on_pushButtonStart_clicked();
void on_pushButtonAbort_clicked();