X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fanalogsignal.hpp;fp=pv%2Fviews%2Ftrace%2Fanalogsignal.hpp;h=6afc394227170c99151acc9d8220daa3fed63def;hp=97d5160bd08b42591191211121f6d16fc874669a;hb=641574bcc118be0b6dc3a65039ab3497f9d7241a;hpb=5e685656d6686eb66a39450d1b324f6382fc60c5 diff --git a/pv/views/trace/analogsignal.hpp b/pv/views/trace/analogsignal.hpp index 97d5160..6afc394 100644 --- a/pv/views/trace/analogsignal.hpp +++ b/pv/views/trace/analogsignal.hpp @@ -48,12 +48,12 @@ class AnalogSignal : public Signal, public GlobalSettingsInterface private: static const QPen AxisPen; - static const QColor SignalColours[4]; + static const QColor SignalColors[4]; static const QColor GridMajorColor, GridMinorColor; - static const QColor SamplingPointColour; - static const QColor SamplingPointColourLo; - static const QColor SamplingPointColourNe; - static const QColor SamplingPointColourHi; + static const QColor SamplingPointColor; + static const QColor SamplingPointColorLo; + static const QColor SamplingPointColorNe; + static const QColor SamplingPointColorHi; static const QColor ThresholdColor; static const QColor ThresholdColorLo; static const QColor ThresholdColorNe;