From: Joel Holdsworth Date: Wed, 5 Nov 2014 22:50:42 +0000 (+0000) Subject: SelectableItem: Fix documentation X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=commitdiff_plain;h=7ccd5a64548bccac7c172f9d5649f936044a5fa1 SelectableItem: Fix documentation --- diff --git a/pv/view/selectableitem.h b/pv/view/selectableitem.h index d321775..a062fa0 100644 --- a/pv/view/selectableitem.h +++ b/pv/view/selectableitem.h @@ -49,7 +49,7 @@ public: public: /** - * Returns true if the signal has been selected by the user. + * Returns true if the item has been selected by the user. */ bool selected() const;