X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fviewitem.cpp;h=7213f96d28657b5c9c19475048484d66052d9938;hb=64a21e782d6c9081f13f8398e6408c13648d1d14;hp=7e581d952bcd00d8cc3f2ec4dd491fd74e5d24fb;hpb=f4e57597347e47a4ea58fbdc7b0a22e07f1c0ede;p=pulseview.git diff --git a/pv/view/viewitem.cpp b/pv/view/viewitem.cpp index 7e581d95..7213f96d 100644 --- a/pv/view/viewitem.cpp +++ b/pv/view/viewitem.cpp @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #include "viewitem.hpp" @@ -113,19 +112,19 @@ void ViewItem::paint_label(QPainter &p, const QRect &rect, bool hover) (void)hover; } -void ViewItem::paint_back(QPainter &p, const ViewItemPaintParams &pp) +void ViewItem::paint_back(QPainter &p, ViewItemPaintParams &pp) { (void)p; (void)pp; } -void ViewItem::paint_mid(QPainter &p, const ViewItemPaintParams &pp) +void ViewItem::paint_mid(QPainter &p, ViewItemPaintParams &pp) { (void)p; (void)pp; } -void ViewItem::paint_fore(QPainter &p, const ViewItemPaintParams &pp) +void ViewItem::paint_fore(QPainter &p, ViewItemPaintParams &pp) { (void)p; (void)pp;