22#ifndef _SOPRANO_CLIENT_LOCAL_SOCKET_CLIENT_H_
23#define _SOPRANO_CLIENT_LOCAL_SOCKET_CLIENT_H_
25#include <QtCore/QObject>
26#include <QtCore/QList>
virtual ~LocalSocketClient()
Model * createModel(const QString &name, const QList< BackendSetting > &settings=QList< BackendSetting >())
void removeModel(const QString &name)
LocalSocketClient(QObject *parent=0)
bool connect(const QString &name=QString())
Core class of Soprano's exception system.
A Model is the central class in Soprano. It is a queryable collection of RDF quadruples,...
QObject(QObject *parent=0)
#define SOPRANO_CLIENT_EXPORT