X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fcursor.h;h=2e16882dac28613b1d81796a4b2a216c10d413bd;hb=50b53260403749627e75892873f8828f44f4b85d;hp=be779c00ef18a2da86303f4b39759dd969a12ce2;hpb=3a6fe0818affcb40b2821eab3f633e536377dd81;p=pulseview.git diff --git a/pv/view/cursor.h b/pv/view/cursor.h index be779c00..2e16882d 100644 --- a/pv/view/cursor.h +++ b/pv/view/cursor.h @@ -40,7 +40,6 @@ private: static const QColor HighlightColour; static const QColor TextColour; - static const int Size; static const int Offset; static const int ArrowSize; @@ -48,7 +47,7 @@ private: public: /** * Constructor. - * @param colour A reference to the colour of this cursor. + * @param view A reference to the view that owns this cursor pair. * @param time The time to set the flag to. */ Cursor(const View &view, double time);