summaryrefslogtreecommitdiffstats
path: root/dialog.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-05-31 20:19:59 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2015-05-31 20:19:59 +0200
commit04c1ced9bd76a05435ba3f6e5bae4bec46729924 (patch)
tree2f95ca405cad734de0ed8a893330e88f38a12e5e /dialog.h
parentc38fc6ee62feb3ac3b3c2e9ac7328343249cd513 (diff)
parentdc0640ba7a780ead1e4cb66599299b5430ed8801 (diff)
merged
Diffstat (limited to 'dialog.h')
-rw-r--r--dialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dialog.h b/dialog.h
index 5d2c12ed..9499c3ea 100644
--- a/dialog.h
+++ b/dialog.h
@@ -65,6 +65,9 @@ private:
void setGroupBoxState();
QString selectExecutable();
QString selectFolder();
+ // QMessageBox::critical with hack to avoid crashes with
+ // Qt 5.4.1 when QApplication::exec was not yet called
+ void criticalMessage(const QString &title, const QString &text);
MainWindow *mainWindow;
};