mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-18 01:15:26 +00:00
CEditScriptPropertyCommand: Make use of override
This commit is contained in:
@@ -27,7 +27,7 @@ public:
|
|||||||
mInstances.push_back( CInstancePtr(kInstances[i]) );
|
mInstances.push_back( CInstancePtr(kInstances[i]) );
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void GetObjectDataPointers(QVector<void*>& OutPointers) const override
|
void GetObjectDataPointers(QVector<void*>& OutPointers) const override
|
||||||
{
|
{
|
||||||
// todo: support multiple objects being edited at once on the property view
|
// todo: support multiple objects being edited at once on the property view
|
||||||
if (mIndex.isValid())
|
if (mIndex.isValid())
|
||||||
|
|||||||
Reference in New Issue
Block a user