X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fcursor.cpp;h=7a375c7aad49410450c5f41f0d6d8c949e6bcd38;hp=88c4ebfdca52172c12f609c1eba9c1cb0fee7018;hb=641574bcc118be0b6dc3a65039ab3497f9d7241a;hpb=20f59e957e70250cfb876ac7a1743134d6b83339 diff --git a/pv/views/trace/cursor.cpp b/pv/views/trace/cursor.cpp index 88c4ebfd..7a375c7a 100644 --- a/pv/views/trace/cursor.cpp +++ b/pv/views/trace/cursor.cpp @@ -41,10 +41,10 @@ namespace pv { namespace views { namespace trace { -const QColor Cursor::FillColour(52, 101, 164); +const QColor Cursor::FillColor(52, 101, 164); Cursor::Cursor(View &view, double time) : - TimeMarker(view, FillColour, time) + TimeMarker(view, FillColor, time) { }