23 #ifndef KDSME_QSMDEBUGINTERFACESOURCE_H
24 #define KDSME_QSMDEBUGINTERFACESOURCE_H
26 #include "kdsme_debuginterfacesource_export.h"
28 #include <QScopedPointer>
40 QStateMachine *qStateMachine()
const;
41 void setQStateMachine(QStateMachine* machine);
48 QObject* remoteObjectSource()
const;
52 QScopedPointer<Private> d;
57 #endif // KDSME_QSMDEBUGINTERFACESOURCE_H
Definition: qsmdebuginterfacesource.h:34
Definition: abstractexporter.h:33