summaryrefslogtreecommitdiff
path: root/mainwizard.cpp
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 /mainwizard.cpp
parent18a5985a2b829aa0858433faee98c13a5c9a5d08 (diff)
downloadacritoxinstaller-fa22289c6fbd3abc1b4506553d55dcff20d619f1.zip
acritoxinstaller-fa22289c6fbd3abc1b4506553d55dcff20d619f1.tar.gz
strip_live_media, error handling, hdmap fixes
Diffstat (limited to 'mainwizard.cpp')
-rw-r--r--mainwizard.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/mainwizard.cpp b/mainwizard.cpp
index 61b14a1..bf4562b 100644
--- a/mainwizard.cpp
+++ b/mainwizard.cpp
@@ -80,6 +80,12 @@ void MainWizard::processCommand(QString command, QString args)
break;
}
}
+ else if(command == "error")
+ {
+ backendBusy(false);
+ QMessageBox::critical(0, tr("Backend Error"), tr("An error occurred:\n\n%1").arg(args));
+ backendBusy(true);
+ }
}
QSize MainWizard::sizeHint() const