Rename EMotionFX class members to follow the m_ naming convention

Signed-off-by: Chris Burel <burelc@amazon.com>
This commit is contained in:
Chris Burel
2021-08-09 14:09:45 -07:00
parent 9afbd07a88
commit 1837d05169
649 changed files with 20161 additions and 21889 deletions
@@ -33,7 +33,7 @@ namespace EMStudio
private:
SimulatedObjectSelectionWidget* m_simulatedObjectSelectionWidget = nullptr;
QPushButton* m_OKButton = nullptr;
QPushButton* m_okButton = nullptr;
QPushButton* m_cancelButton = nullptr;
bool m_accepted = false;
};