X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fanalogsignal.hpp;h=06867a557db644f82fe5d01a7a16634a3420c10d;hp=aa53f9ddb25ab49c500a93c56f6c4660c879eab5;hb=c6246dc56ed01d7e99aa65ab88b8c191300b1ebd;hpb=8a2fafcc1401c4021ee700cc932ef34d6c795941 diff --git a/pv/view/analogsignal.hpp b/pv/view/analogsignal.hpp index aa53f9dd..06867a55 100644 --- a/pv/view/analogsignal.hpp +++ b/pv/view/analogsignal.hpp @@ -47,7 +47,7 @@ public: std::shared_ptr channel, std::shared_ptr data); - virtual ~AnalogSignal(); + virtual ~AnalogSignal() = default; std::shared_ptr data() const; @@ -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: