From 961b24eed24185cdd16ca347f6ca2580d86ea9c6 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Thu, 20 Feb 2014 12:57:17 +0100 Subject: Don't show evaluation popup for unsupported evaluation Do not show the popup for unsupported evaluations on every launch of a QWidget based application. This is causing problems e.g. for applications that are run by Qt Creator in the background, like qmlpuppet. Instead, we'll show a similar dialog on Qt Creator startup. Change-Id: I6b44c24865ed6992a70f8a9dd0bcd08a4744cb28 Reviewed-by: Iikka Eklund Reviewed-by: Sami Makkonen Reviewed-by: Alex Blasche --- src/corelib/kernel/qtcore_eval.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/corelib/kernel') diff --git a/src/corelib/kernel/qtcore_eval.cpp b/src/corelib/kernel/qtcore_eval.cpp index 59656883f1..40c1157fb4 100644 --- a/src/corelib/kernel/qtcore_eval.cpp +++ b/src/corelib/kernel/qtcore_eval.cpp @@ -529,8 +529,6 @@ void qt_gui_eval_init(QCoreApplicationPrivate::Type type) box.exec(); ::exit(0); } else { - EvalMessageBox *box = new EvalMessageBox(false); - box->show(); Q_UNUSED(new QGuiFuriCuri()); } } -- cgit v1.2.3