[Digikam-devel] Finding defect signals / slots
Johannes Wienke
languitar at semipol.de
Thu Dec 10 16:42:50 GMT 2009
Hi @all,
I've noticed from time to time that someone found a defect signal / slot
connection, which can be somewhat annoying, because this issues only a
warning on the command line. Here's a bash alias I created to track
these errors. After the program terminates, it prints out errors
concerning connections:
alias digikamdbg="digikam 2>&1 | tee - /tmp/digikam.out; echo -e
\"\n\n\nPossible connection errors:\n\n\"; cat /tmp/digikam.out | grep
-A2 'Object::connect'"
Maybe this helps to better tack these problems.
Johannes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 260 bytes
Desc: OpenPGP digital signature
URL: <http://mail.kde.org/pipermail/digikam-devel/attachments/20091210/e604413b/attachment.sig>
More information about the Digikam-devel
mailing list