X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fanalogsignal.hpp;h=938d92d5b5c8d7e086fcef406ab66403fbc37b63;hp=aa53f9ddb25ab49c500a93c56f6c4660c879eab5;hb=223d0c3748033130e9f11ff9af3dc29661f380e9;hpb=1a2288a1b2479be9001fab6ced8385cfc86c3f69 diff --git a/pv/view/analogsignal.hpp b/pv/view/analogsignal.hpp index aa53f9dd..938d92d5 100644 --- a/pv/view/analogsignal.hpp +++ b/pv/view/analogsignal.hpp @@ -79,14 +79,14 @@ public: * Paints the background layer of the signal with a QPainter * @param p the QPainter to paint into. * @param pp the painting parameters object to paint with.. - **/ + */ void paint_back(QPainter &p, const ViewItemPaintParams &pp); /** * Paints the mid-layer of the signal with a QPainter * @param p the QPainter to paint into. * @param pp the painting parameters object to paint with.. - **/ + */ void paint_mid(QPainter &p, const ViewItemPaintParams &pp); private: