X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Ftracetreeitem.hpp;h=8317db7b7454b040384f1b4933a3e6deb0f21b9a;hb=4ca23e7d62d75523710fe4117f904ded4d26544a;hp=3632ded2f3fb51553ec402a3126f25165561fdf5;hpb=ac0708fb7e6b4010d90a569386810d3d2edc7eb9;p=pulseview.git diff --git a/pv/view/tracetreeitem.hpp b/pv/view/tracetreeitem.hpp index 3632ded..8317db7 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.