X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Flogicsignal.hpp;h=d7c4cb645b21eefc446a45acc1aae12228cc06ba;hp=dfc883f505e49ae87e708bb43f1036fed98d5728;hb=223d0c3748033130e9f11ff9af3dc29661f380e9;hpb=1a2288a1b2479be9001fab6ced8385cfc86c3f69 diff --git a/pv/view/logicsignal.hpp b/pv/view/logicsignal.hpp index dfc883f5..d7c4cb64 100644 --- a/pv/view/logicsignal.hpp +++ b/pv/view/logicsignal.hpp @@ -98,21 +98,21 @@ 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); /** * Paints the foreground layer of the signal with a QPainter * @param p the QPainter to paint into. * @param pp the painting parameters object to paint with. - **/ + */ virtual void paint_fore(QPainter &p, const ViewItemPaintParams &pp); private: