summaryrefslogtreecommitdiff
path: root/wizard/rootpartition.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/rootpartition.h
parent18a5985a2b829aa0858433faee98c13a5c9a5d08 (diff)
downloadacritoxinstaller-fa22289c6fbd3abc1b4506553d55dcff20d619f1.zip
acritoxinstaller-fa22289c6fbd3abc1b4506553d55dcff20d619f1.tar.gz
strip_live_media, error handling, hdmap fixes
Diffstat (limited to 'wizard/rootpartition.h')
-rw-r--r--wizard/rootpartition.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/wizard/rootpartition.h b/wizard/rootpartition.h
index 393ec22..41b9df5 100644
--- a/wizard/rootpartition.h
+++ b/wizard/rootpartition.h
@@ -18,10 +18,13 @@ class wpRootPartition : public QWizardPage, Ui::wpRootPartition
private:
Backend* backend;
+ bool checkPassed;
private slots:
void receivedDataLine(QString data, QString line);
void updateComplete();
+ void backendFinishedCommand(QString command);
+ void receivedCommand(QString command, QString args);
};