Fix crash if key bindings specified in profile cannot be found. Improve
[personal-kdebase.git] / apps / konqueror / src / org.kde.Konqueror.UndoManager.xml
blob44d813ceffde25843398b682368c006f6b6e6d09
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
2 <node>
3   <interface name="org.kde.Konqueror.UndoManager">
4     <signal name="notifyClosedWindowItem">
5       <arg name="title" type="s" direction="out"/>
6       <arg name="numTabs" type="i" direction="out"/>
7       <arg name="configFileName" type="s" direction="out"/>
8       <arg name="configGroup" type="s" direction="out"/>
9     </signal>
10     <signal name="notifyRemove">
11       <arg name="configFileName" type="s" direction="out"/>
12       <arg name="configGroup" type="s" direction="out"/>
13     </signal>
14   </interface>
15 </node>