X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fheader.cpp;h=e2ccfedc4e4d53cdb68d8897edaa1ec7f1622b24;hp=28f8130d16d562a586e8d18765518d98cc840f4c;hb=aca9aa834c742ba70f49d1ac3eb2d1e02e759416;hpb=83b1c8d251386ac1980284c4668cbdd8e425550f diff --git a/pv/view/header.cpp b/pv/view/header.cpp index 28f8130d..e2ccfedc 100644 --- a/pv/view/header.cpp +++ b/pv/view/header.cpp @@ -23,8 +23,8 @@ #include "signal.hpp" #include "tracegroup.hpp" -#include #include +#include #include @@ -103,8 +103,7 @@ void Header::paintEvent(QPaintEvent*) // would be clipped away. const QRect rect(0, 0, width() - BaselineOffset, height()); - vector< shared_ptr > items( - view_.list_by_type()); + vector< shared_ptr > items(view_.list_by_type()); stable_sort(items.begin(), items.end(), [](const shared_ptr &a, const shared_ptr &b) {