DYTSrouce/src/ui/ModelBrowser/EntityConstent.h
2025-01-04 12:12:51 +08:00

10 lines
126 B
C

#pragma once
#include <QtCore>
enum ItemRol {
E_Workspace = Qt::ItemDataRole::UserRole + 1,
E_Entity,
E_UUid
};