test: add missing return values

Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
This commit is contained in:
Thomas Jarosch
2011-10-07 22:25:34 +02:00
committed by Dan Williams
parent a6f7dfff23
commit 1453abbebc
2 changed files with 3 additions and 0 deletions

View File

@@ -72,4 +72,6 @@ int main() {
QDBusConnection::systemBus());
addConnection(interface, "__Test connection__");
return 0;
}