mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-17 17:05:37 +00:00
CPropertyModel: Remove unimplemented prototype
Cleaner interface.
This commit is contained in:
@@ -53,7 +53,6 @@ public:
|
|||||||
|
|
||||||
void ArrayAboutToBeResized(const QModelIndex& rkIndex, uint32 NewSize);
|
void ArrayAboutToBeResized(const QModelIndex& rkIndex, uint32 NewSize);
|
||||||
void ArrayResized(const QModelIndex& rkIndex, uint32 OldSize);
|
void ArrayResized(const QModelIndex& rkIndex, uint32 OldSize);
|
||||||
void ResizeArray(const QModelIndex& rkIndex, uint32 NewSize);
|
|
||||||
void ClearSlot(int ID);
|
void ClearSlot(int ID);
|
||||||
|
|
||||||
EPropertyType GetEffectiveFieldType(IProperty* pProperty) const;
|
EPropertyType GetEffectiveFieldType(IProperty* pProperty) const;
|
||||||
|
|||||||
Reference in New Issue
Block a user