11 lines
158 B
C
11 lines
158 B
C
|
|
#ifndef CUSTOMDATAROLE_H
|
|||
|
|
#define CUSTOMDATAROLE_H
|
|||
|
|
|
|||
|
|
#include <Qt>
|
|||
|
|
|
|||
|
|
enum CustomDataRole {
|
|||
|
|
CustomDataTypeRole = Qt::UserRole,
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
#endif // CUSTOMDATAROLE_H
|