Files
qt-creator/share/qtcreator/qml/qmlpuppet/interfaces/nodeinstanceglobal.h

16 lines
267 B
C
Raw Normal View History

#ifndef NODEINSTANCEGLOBAL_H
#define NODEINSTANCEGLOBAL_H
#include <QByteArray>
#include <QList>
namespace QmlDesigner {
typedef QByteArray PropertyName;
typedef QList<PropertyName> PropertyNameList;
typedef QByteArray TypeName;
}
#endif // NODEINSTANCEGLOBAL_H