Commit 99fda356 authored by Don Gagne's avatar Don Gagne

Fix typo

parent a9de4cf7
...@@ -45,7 +45,7 @@ public: ...@@ -45,7 +45,7 @@ public:
// Property accesors // Property accesors
QString category (void) const; QString category (void) const;
MavlinkQmlSingleton::Qml_MAV_CMD command(void) const { return (MavlinkQmlSingleton::Qml_MAV_CMD)_missionItem._commandFact.cookedValue().toInt(); }; MavlinkQmlSingleton::Qml_MAV_CMD command(void) const { return (MavlinkQmlSingleton::Qml_MAV_CMD)_missionItem._commandFact.cookedValue().toInt(); }
bool friendlyEditAllowed (void) const; bool friendlyEditAllowed (void) const;
bool homePosition (void) const { return _homePositionSpecialCase; } bool homePosition (void) const { return _homePositionSpecialCase; }
bool rawEdit (void) const; bool rawEdit (void) const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment