22#ifndef _SOPRANO_SERVER_DBUS_CLIENT_H_
23#define _SOPRANO_SERVER_DBUS_CLIENT_H_
25#include <QtCore/QObject>
Core class to handle a connection to a Soprano server through the DBus interface.
QStringList allModels() const
DBusClient(const QString &service=QString(), QObject *parent=0)
void removeModel(const QString &name)
DBusModel * createModel(const QString &name, const BackendSettings &settings=BackendSettings())
Interface to a DBus server model.
Core class of Soprano's exception system.
#define SOPRANO_CLIENT_EXPORT