X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftracetreeitem.hpp;h=8317db7b7454b040384f1b4933a3e6deb0f21b9a;hp=3632ded2f3fb51553ec402a3126f25165561fdf5;hb=925763b09cd26608cf4b38ce7b44800948a0e5aa;hpb=ac0708fb7e6b4010d90a569386810d3d2edc7eb9 diff --git a/pv/view/tracetreeitem.hpp b/pv/view/tracetreeitem.hpp index 3632ded2..8317db7b 100644 --- a/pv/view/tracetreeitem.hpp +++ b/pv/view/tracetreeitem.hpp @@ -47,7 +47,7 @@ public: TraceTreeItem(); /** - * Gets the owner this item in the view item hierachy. + * Gets the owner of this item in the view item hierachy. */ TraceTreeItemOwner* owner() const; @@ -111,7 +111,7 @@ public: QPoint point(const QRect &rect) const; /** - * Sets the new background colour state: false means dark, true means bright. + * Sets the new background colour state: false = dark, true = bright. * This is to allow for alternating backgrounds but has no effect * when coloured background colours are used. * @param state New bg color state to use.