summaryrefslogtreecommitdiffstats
path: root/src/doc/src
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2014-06-30 14:46:41 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2014-06-30 16:20:46 +0300
commite8f88b15069677cc93a5f5d6154137963a10d7ff (patch)
treee26ddfd12b2b55b4a4d01925233aa4a23dd5c7fb /src/doc/src
parent7fd7d05ca382fd4dc1d609c8fe4544bb88764cff (diff)
Doc: Add note about crash message when closing an application
Task-number: QTEE-400 Change-Id: I0c8b8cb190919d97bc7c2efff989655ead2b1de1 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
Diffstat (limited to 'src/doc/src')
-rw-r--r--src/doc/src/b2qt.qdoc5
1 files changed, 5 insertions, 0 deletions
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 @@
<INSTALL_DIR>/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}.