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