summaryrefslogtreecommitdiff
path: root/wizard/installation.h
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/installation.h')
-rw-r--r--wizard/installation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wizard/installation.h b/wizard/installation.h
index 0209007..c783b90 100644
--- a/wizard/installation.h
+++ b/wizard/installation.h
@@ -1,6 +1,7 @@
#ifndef installation_H
#define installation_H
+#include <QTime>
#include "ui_installation.h"
#include "../backend.h"
@@ -19,6 +20,7 @@ class wpInstallation : public QWizardPage, Ui::wpInstallation
Backend* backend;
bool complete;
void setComplete(bool c);
+ QTime timer;
private slots:
void setProgress(int percent);