summaryrefslogtreecommitdiff
path: root/wizard/hdmap.h
diff options
context:
space:
mode:
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);
};