]> sigrok.org Git - pulseview.git/blobdiff - pv/view/logicsignal.hpp
Show sampling points in logic traces.
[pulseview.git] / pv / view / logicsignal.hpp
index ce843df9af37ad2d4df189435943733847a7546b..cd4f0e232f9fd5131f40306ad2dedbb94ff99fad 100644 (file)
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef PULSEVIEW_PV_VIEWS_TRACEVIEW_LOGICSIGNAL_HPP
@@ -57,6 +56,7 @@ private:
        static const QColor EdgeColour;
        static const QColor HighColour;
        static const QColor LowColour;
+       static const QColor SamplingPointColour;
 
        static const QColor SignalColours[10];