X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fdecodetrace.hpp;h=5ec7ee7c5337bd1cdf929f70597c26fe9defa78c;hp=49168522d23c07c29e69978e8fca39e3ff3fb102;hb=223d0c3748033130e9f11ff9af3dc29661f380e9;hpb=1a2288a1b2479be9001fab6ced8385cfc86c3f69 diff --git a/pv/view/decodetrace.hpp b/pv/view/decodetrace.hpp index 4916852..5ec7ee7 100644 --- a/pv/view/decodetrace.hpp +++ b/pv/view/decodetrace.hpp @@ -100,21 +100,21 @@ public: * Paints the background layer of the trace 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 trace 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 trace with a QPainter * @param p the QPainter to paint into. * @param pp the painting parameters object to paint with. - **/ + */ void paint_fore(QPainter &p, const ViewItemPaintParams &pp); void populate_popup_form(QWidget *parent, QFormLayout *form);