Commit f020b641 authored by tstellanova's avatar tstellanova

remove pure virtual

parent 3713adf2
...@@ -13,7 +13,7 @@ public: ...@@ -13,7 +13,7 @@ public:
/** @brief Write a new pending parameter value that may be eventually sent to the UAS */ /** @brief Write a new pending parameter value that may be eventually sent to the UAS */
virtual void setPendingParameter(int componentId, QString& paramKey, QVariant& paramValue) = 0; virtual void setPendingParameter(int componentId, QString& paramKey, QVariant& paramValue);
QMap<int, QMap<QString, QVariant>* > getPendingParameters() { QMap<int, QMap<QString, QVariant>* > getPendingParameters() {
return pendingParameters; return pendingParameters;
......
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