qtmobileextensions/examples/keycaptureex/txlogger.h
changeset 27 6bfad47013df
parent 1 2b40d63a9c3d
--- 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 <QString>
     #include <QDebug>