[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/kde4/playground/libs/qt-dbus/selftests/qdbusconnection
From:       Thiago Macieira <thiago () kde ! org>
Date:       2006-05-19 10:55:44
Message-ID: 1148036144.418635.3770.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 542444 by thiago:

Update to use the event loop -- test passes

 M  +1 -1      tst_qdbusconnection.cpp  


--- branches/work/kde4/playground/libs/qt-dbus/selftests/qdbusconnection/tst_qdbusconnection.cpp \
#542443:542444 @@ -247,7 +247,7 @@
 bool tst_QDBusConnection::callMethod(const QDBusConnection &conn, const QString \
&path)  {
     QDBusMessage msg = QDBusMessage::methodCall(conn.baseService(), path, \
                "local.any", "method");
-    QDBusMessage reply = conn.sendWithReply(msg);
+    QDBusMessage reply = conn.sendWithReply(msg, QDBusConnection::UseEventLoop);
 
     return reply.type() == QDBusMessage::ReplyMessage;
 }    


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic