summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qtcore_eval.cpp
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2014-02-20 12:57:17 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-14 15:26:59 +0100
commit961b24eed24185cdd16ca347f6ca2580d86ea9c6 (patch)
tree4c948913b6a7cd76581b65cb70c9ad6a7128faac /src/corelib/kernel/qtcore_eval.cpp
parent1bd56022a526b7f16c888921c82c4b22a89decb9 (diff)
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 <iikka.eklund@digia.com> Reviewed-by: Sami Makkonen <sami.makkonen@digia.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/corelib/kernel/qtcore_eval.cpp')
-rw-r--r--src/corelib/kernel/qtcore_eval.cpp2
1 files changed, 0 insertions, 2 deletions
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());
}
}