diff options
Diffstat (limited to 'mainwizard.cpp')
-rw-r--r-- | mainwizard.cpp | 6 |
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 |