]> sigrok.org Git - pulseview.git/blobdiff - logicsignal.h
Small consistency fix in a header.
[pulseview.git] / logicsignal.h
index 359162fd7040cedf47410f326f54638d1b9869b3..81fe6a4b1c9a4b89716ab24a91879243e38de006 100644 (file)
@@ -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 <joel@airwebreathe.org.uk>
  *
@@ -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;