20#ifndef __SYNTHCLONE_REGISTRATION_H__
21#define __SYNTHCLONE_REGISTRATION_H__
23#include <QtCore/QObject>
Registration objects are returned when objects are registered with the session.
Definition: registration.h:33
Registration(QObject *parent=0)
Constructs a new registration object.
virtual ~Registration()
Destroys a Registration object.
void unregistered(QObject *object)
Emitted when the object associated with this registration has been removed from the session.
Definition: component.h:26