Skip to content
Snippets Groups Projects
Commit 4d77bfed authored by tstellanova's avatar tstellanova
Browse files

wip decoupling the UI (view) from the param data model

parent f020b641
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ public:
/** @brief Write a new pending parameter value that may be eventually sent to the UAS */
virtual void setPendingParameter(int componentId, QString& paramKey, QVariant& paramValue);
QMap<int, QMap<QString, QVariant>* > getPendingParameters() {
return pendingParameters;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment