summaryrefslogtreecommitdiff
path: root/wizard/installation.h
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2011-10-02 23:53:52 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2011-10-02 23:53:52 +0200
commit2f15cfa42e133c9d96061e439d671ebd54791d08 (patch)
treec6201c9178cdfea21f8120eca1be665a4651b07f /wizard/installation.h
parent3464bcb4f23e52bf55d7d60b7af91612cef06e2c (diff)
downloadacritoxinstaller-2f15cfa42e133c9d96061e439d671ebd54791d08.zip
acritoxinstaller-2f15cfa42e133c9d96061e439d671ebd54791d08.tar.gz
added installation timer
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);