23 #ifndef KDSME_QSMDEBUGINTERFACESOURCE_H
24 #define KDSME_QSMDEBUGINTERFACESOURCE_H
26 #include "kdsme_debuginterfacesource_export.h"
28 #include <QScopedPointer>
42 QStateMachine *qStateMachine()
const;
43 void setQStateMachine(QStateMachine* machine);
50 QObject* remoteObjectSource()
const;
54 QScopedPointer<Private> d;
59 #endif // KDSME_QSMDEBUGINTERFACESOURCE_H
Definition: qsmdebuginterfacesource.h:36
Definition: abstractexporter.h:33