]> sigrok.org Git - pulseview.git/blobdiff - pv/view/analogsignal.hpp
Use the 'default' keyword where applicable. This patch
[pulseview.git] / pv / view / analogsignal.hpp
index aa53f9ddb25ab49c500a93c56f6c4660c879eab5..06867a557db644f82fe5d01a7a16634a3420c10d 100644 (file)
@@ -47,7 +47,7 @@ public:
                std::shared_ptr<sigrok::Channel> channel,
                std::shared_ptr<pv::data::Analog> data);
 
-       virtual ~AnalogSignal();
+       virtual ~AnalogSignal() = default;
 
        std::shared_ptr<pv::data::SignalData> 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: