Wireshark-commits: [Wireshark-commits] master c2a7214: Qt: Make first column moveable

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 03 Sep 2019 20:10:05 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c2a7214845ba72fee39fe82f143edcccb6e54156
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

c2a7214 by Roland Knall (rknall@xxxxxxxxx):

    Qt: Make first column moveable
    
    Due to changes in Qt 5.11, the first section is no longer moveable
    by default. This is due to internal storage mechanism. For strictly
    flat tables it is not an issue to make the first column moveable
    again. (see https://codereview.qt-project.org/c/qt/qtbase/+/207947)
    
    Bug: 15879
    Change-Id: If4f1371404cd252ec9f65a27c25b1c68781a0c33
    Reviewed-on: https://code.wireshark.org/review/34445
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  993733d   NAS 5GS: fix dissection of Session-AMBR/GFBR/MFBR unit
     add  c2a7214   Qt: Make first column moveable


Summary of changes:
 ui/qt/packet_list.cpp | 4 ++++
 1 file changed, 4 insertions(+)