Skip to content
Snippets Groups Projects

GUI: rename methods returning item

Merged Mikhail Svechnikov requested to merge i372 into main

Methods that return an item now contain "Item" in their names. Other methods working with the same item may not have this, for example

InstrumentItem* instrumentItem();

but

void setInstrument(InstrumentItem* item);

Methods returning SelectionProperty also have appropriate ending:

SelectionProperty<FormFactorItemCatalog>& outerShapeSelection();

This resolves #372 (closed)

Edited by Mikhail Svechnikov

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading