Saturday 08 July 2006 17:49, Thiago Macieira wrote:
| Kurt V. Hindenburg wrote:
| >I updated qt, kdelibs4snapshot and kdebase. Now I get
| >
| >"Unable to load "org.kde.konsole_14483": Can't put <annotationelement
| here"
| >
| >Perhaps this is an error in the Konsole dbus code.
|
| Can you paste the XML snippet?
|
| Annotations are allowed inside <interface>, <method>, <signaland
| <propertytags. I've asked for them to be allowed as well in <argtags,
| but so far there hasn't been much use to that.
<method name="reparseConfiguration">
<annotation name="" value="true"/>
</method>
The above is the only place Konsole uses annotation; I removed the above lines
and still get the same error
The Konsole dbus code was written by Marcel Martin; I'm just trying to get my
head around dbus.
The only place I see an annotation in the debug output is:
<interface name="com.trolltech.Qt.QApplication">
<property name="cursorFlashTime" type="i" access="readwrite"/>
<property name="doubleClickInterval" type="i" access="readwrite"/>
<property name="keyboardInputInterval" type="i" access="readwrite"/>
<property name="wheelScrollLines" type="i" access="readwrite"/>
<property name="globalStrut" type="(ii)" access="readwrite">
<annotation name="" value="QSize"/>
</property>
Kurt
>Visit #unsub to unsubscribe <<