katie/src/designer/components/qdesignercomponentscommon_p.h
Ivailo Monev 41e5ddf421 namespaced build fixes and enabled it by default
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2017-04-26 06:28:30 +00:00

13 lines
257 B
C

#ifndef QDESIGNERCOMPONENTS_P_H
#define QDESIGNERCOMPONENTS_P_H
#include "QtCore/qglobal.h"
QT_BEGIN_NAMESPACE
static const char *widgetElementC = "widget";
static const char *nameAttributeC = "name";
QT_END_NAMESPACE
#endif // QDESIGNERCOMPONENTS_P_H