DYTSrouce/src/ui/ModelBrowser/EntityConstent.h

10 lines
126 B
C
Raw Normal View History

2025-01-04 04:12:51 +00:00
#pragma once
#include <QtCore>
enum ItemRol {
E_Workspace = Qt::ItemDataRole::UserRole + 1,
E_Entity,
E_UUid
};