mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Declare ResourceId Qt metatype in public header so it's QVariant'able
This commit is contained in:
@@ -30,8 +30,6 @@
|
||||
static const int ResourceIdRole = Qt::UserRole;
|
||||
static const int FilterRole = Qt::UserRole + 1;
|
||||
|
||||
Q_DECLARE_METATYPE(ResourceId);
|
||||
|
||||
class ResourceListItemModel : public QAbstractItemModel
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user