summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThiago Macieira <thiago@kde.org>2006-04-10 10:56:50 +0000
committerThiago Macieira <thiago@kde.org>2006-04-10 10:56:50 +0000
commitbe74a67492894f2e3d680868ffe3e48d9f1f20bd (patch)
tree841749ace6e81750f9811ce9772dc17f006808ef /ChangeLog
parent3ed273a6ed5ba4803e87d2dbb50eafae5a51aeac (diff)
* qt/examples/listnames.cpp:
* qt/examples/Makefile.am: Three ways to list the names on the bus.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e39a985d..753b44c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-04-10 Thiago Macieira <thiago.macieira@trolltech.com>
+ * qt/examples/listnames.cpp:
+ * qt/examples/Makefile.am: Three ways to list the names on the
+ bus.
+2006-04-10 Thiago Macieira <thiago.macieira@trolltech.com>
+
* test/qt/tst_hal.cpp: Remove the waiting, since it's not
needed anymore. Requires Qt 4.1.3 to work properly. (r528148)