mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-27 04:13:08 +00:00
7 lines
190 B
C
7 lines
190 B
C
#ifndef QDESIGNERCOMPONENTS_P_H
|
|
#define QDESIGNERCOMPONENTS_P_H
|
|
|
|
static const char *widgetElementC = "widget";
|
|
static const char *nameAttributeC = "name";
|
|
|
|
#endif // QDESIGNERCOMPONENTS_P_H
|