diff -r 3d09643def13 -r 6bfad47013df qtmobileextensions/examples/keycaptureex/txlogger.h --- a/qtmobileextensions/examples/keycaptureex/txlogger.h Fri Sep 17 08:34:25 2010 +0300 +++ b/qtmobileextensions/examples/keycaptureex/txlogger.h Mon Oct 04 01:32:41 2010 +0300 @@ -30,7 +30,6 @@ #define XQCONNECT_ASSERT(a, b, c, d) if (!(QObject::connect((a),(b), (c), (d)))) { qFatal("Connection failed: connect(%s, %s, %s, %s)", #a, #b, #c, #d); } -// stolen from qt-music :) #ifdef ENABLETRACE #include #include