Wireshark-commits: [Wireshark-commits] master 15a18f3: Qt: Make enum truly anonymous (CID1452175)
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 20 Oct 2019 22:44:27 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=15a18f385f6d7eb908b9c33173a6d1b87e50b967
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

15a18f3 by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    Qt: Make enum truly anonymous (CID1452175)
    
    Having an enum in a class is an established technique, although it is
    intended to be anonymous when not related to an attribute.
    
    Change-Id: Id599da0432b5289217f2162d26616452d10b1922
    Reviewed-on: https://code.wireshark.org/review/34817
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  1c21bca   Qt: Make enums anonymous
     add  15a18f3   Qt: Make enum truly anonymous (CID1452175)


Summary of changes:
 ui/qt/proto_tree.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)