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

List:       kde-commits
Subject:    branches/work/kde4/playground/libs/qt-dbus
From:       Thiago Macieira <thiago () kde ! org>
Date:       2006-05-18 16:25:04
Message-ID: 1147969504.579848.3978.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 542217 by thiago:

Make sure the metatype is registered

 M  +2 -2      qdbusmisc.cpp  


--- branches/work/kde4/playground/libs/qt-dbus/qdbusmisc.cpp #542216:542217
@@ -77,7 +77,7 @@
         return id;
 
     default:
-        if (id == QDBusConnectionPrivate::messageMetaType ||
+        if (id == QDBusConnectionPrivate::registerMessageMetaType() ||
             id == QDBusTypeHelper<QVariant>::id() ||
             id == QDBusTypeHelper<bool>::listId() ||
             id == QDBusTypeHelper<short>::listId() ||
@@ -148,7 +148,7 @@
         metaTypes.append(id);
         ++inputCount;
 
-        if (id == QDBusConnectionPrivate::messageMetaType)
+        if (id == QDBusConnectionPrivate::registerMessageMetaType())
             seenMessage = true;
     }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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