Go to the documentation of this file. 12 #ifndef BACKUPIFADAPTOR_H 13 #define BACKUPIFADAPTOR_H 15 #include <QtCore/QObject> 16 #include <QtDBus/QtDBus> 20 template<
class Key,
class Value>
class QMap;
32 Q_CLASSINFO(
"D-Bus Interface",
"com.nokia.backupclient")
33 Q_CLASSINFO(
"D-Bus Introspection",
"" 34 " <interface name=\"com.nokia.backupclient\">\n" 35 " <method name=\"backupStarts\">\n" 36 " <arg direction=\"out\" type=\"y\"/>\n" 38 " <method name=\"backupFinished\">\n" 39 " <arg direction=\"out\" type=\"y\"/>\n" 41 " <method name=\"restoreStarts\">\n" 42 " <arg direction=\"out\" type=\"y\"/>\n" 44 " <method name=\"restoreFinished\">\n" 45 " <arg direction=\"out\" type=\"y\"/>\n"