Skip to content
Snippets Groups Projects
Commit 329b95ba authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

prefer using over typedef

parent eccd1483
No related branches found
No related tags found
2 merge requests!427Reduce include dependences in GUI; break cyclic dependence between View and Model,!426Restructure GUI subdirectories to reduce cyclic dependencies
Pipeline #48351 passed
......@@ -80,7 +80,7 @@ public:
function<QString()> path = nullptr; //<! Path describing this value. Used e.g. for undo/redo
};
typedef QList<DoubleDescriptor> DoubleDescriptors;
using DoubleDescriptors = QList<DoubleDescriptor>;
#endif // BORNAGAIN_GUI_MODELS_TYPES_DOUBLEDESCRIPTOR_H
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