Fix potentially bug on accessing global variable on instance of AtCore
AbandonedPublic

Authored by leandrosantiago on Aug 17 2018, 6:58 PM.

Details

Reviewers
None
Summary

Also use the QtEnum to generate the string from the axis.

Although QMetaEnum::valueToKey() can return null, it will never happpen in our case,
unless the caller passes an invalid enum, and in this case it's the callers' fault,
not needing handling here.

Test Plan

I have not tested this change.

Diff Detail

Repository
R232 AtCore
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 1951
Build 1969: arc lint + arc unit
leandrosantiago requested review of this revision.Aug 17 2018, 6:58 PM
leandrosantiago created this revision.
leandrosantiago abandoned this revision.Aug 17 2018, 7:00 PM

Revision created by mistake.