Tim Jenssen dfbb731676 add exceptionhandler code for connected signals/JS methods
- there wasn't any error information if a C++ triggered signal resulted
   in a JS method which has an error, now it will create an exception for it
 - creating messagebox inside the lib is something what we want to avoid,
   so the developer itself is responsible to catch these exceptions
 - most cases of the installer code does that already

Change-Id: I07486f73be9de13a486de235f14e3a7d7b54f5b1
Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
2013-06-03 16:35:28 +02:00

9 lines
223 B
Plaintext

<RCC>
<qresource prefix="/">
<file>data/auto-install.qs</file>
<file>data/component1.qs</file>
<file>data/component2.qs</file>
<file>data/broken_connect.qs</file>
</qresource>
</RCC>