X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=logicsignal.h;h=81fe6a4b1c9a4b89716ab24a91879243e38de006;hp=359162fd7040cedf47410f326f54638d1b9869b3;hb=b3f22de060b73f15ad3eb2dabee04a0b4f5d947e;hpb=64b60583ff73db2bd9458817276687b030fe48e1 diff --git a/logicsignal.h b/logicsignal.h index 359162fd..81fe6a4b 100644 --- a/logicsignal.h +++ b/logicsignal.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * @@ -28,6 +28,7 @@ class LogicSignal : public Signal { private: static const float Margin; + static const float Oversampling; static const QColor EdgeColour; static const QColor HighColour;