mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-07-03 03:36:10 +00:00
CEditScriptPropertyCommand: Make use of override
This commit is contained in:
parent
921acf1d85
commit
3b3770d18c
@ -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())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user