summaryrefslogtreecommitdiff
path: root/wizard/hdmap.h
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2011-09-27 21:39:11 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2011-09-27 21:39:11 +0200
commitfa22289c6fbd3abc1b4506553d55dcff20d619f1 (patch)
tree737b37738e80a9677934cbfbe72028f07e24d023 /wizard/hdmap.h
parent18a5985a2b829aa0858433faee98c13a5c9a5d08 (diff)
downloadacritoxinstaller-fa22289c6fbd3abc1b4506553d55dcff20d619f1.zip
acritoxinstaller-fa22289c6fbd3abc1b4506553d55dcff20d619f1.tar.gz
strip_live_media, error handling, hdmap fixes
Diffstat (limited to 'wizard/hdmap.h')
-rw-r--r--wizard/hdmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wizard/hdmap.h b/wizard/hdmap.h
index 306266c..ec4ba5b 100644
--- a/wizard/hdmap.h
+++ b/wizard/hdmap.h
@@ -18,11 +18,13 @@ class wpHdMap : public QWizardPage, Ui::wpHdMap
private:
Backend* backend;
QStringList filesystems;
+ bool checkPassed;
private slots:
void receivedDataLine(QString data, QString line);
void updateComplete();
void backendFinishedCommand(QString command);
+ void receivedCommand(QString command, QString args);
};