From e8f88b15069677cc93a5f5d6154137963a10d7ff Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Mon, 30 Jun 2014 14:46:41 +0200 Subject: Doc: Add note about crash message when closing an application Task-number: QTEE-400 Change-Id: I0c8b8cb190919d97bc7c2efff989655ead2b1de1 Reviewed-by: Eirik Aavitsland --- src/doc/src/b2qt.qdoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/doc/src/b2qt.qdoc b/src/doc/src/b2qt.qdoc index e47168e..185a606 100644 --- a/src/doc/src/b2qt.qdoc +++ b/src/doc/src/b2qt.qdoc @@ -1621,6 +1621,11 @@ /Tools/b2qt/adb logcat \endcode + \note When terminating an application from Qt Creator, you may see the + message \e {Terminating application. Error running process: Process crashed}. + This is normal and does not indicate a problem in your code; a SIGTERM + signal is sent to the application, and Qt interprets it as a crash. + \section2 Mouse or touch input does not work See \l{Customization}. -- cgit v1.2.3