X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fview.cpp;h=c53c02e3abd44f8242dc7bd1ceaf3d43a38cf02b;hp=6cd274b0dc8f74605f480baaadfb61e7a725cfd3;hb=6e2c3c855dff36f6e946e2a54d576bea699f4a61;hpb=beb897c6c32c8e8dd9eb34d91100ab0569fca5f6 diff --git a/pv/view/view.cpp b/pv/view/view.cpp index 6cd274b..c53c02e 100644 --- a/pv/view/view.cpp +++ b/pv/view/view.cpp @@ -607,7 +607,7 @@ void View::resizeEvent(QResizeEvent*) update_layout(); } -void View::appearance_changed(bool label, bool content) +void View::row_item_appearance_changed(bool label, bool content) { if (label) header_->update();