Wireshark-commits: [Wireshark-commits] master c42433b: Qt: Support setting custom preferences
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 24 Apr 2019 00:33:43 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c42433b6bb89306fbca9c66d958b67322d921226
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

c42433b by Tomasz Moń (desowin@xxxxxxxxx):

    Qt: Support setting custom preferences
    
    This makes it possible to set the console.log.level from the Advanced
    preferences window.
    
    Change-Id: I5c5551f089a935eef77f54fdcad0ba060f14edfd
    Reviewed-on: https://code.wireshark.org/review/32930
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  6a3b24b   EAP: Passing additional context to allow for reassembly in vendor parser
     add  c42433b   Qt: Support setting custom preferences


Summary of changes:
 debian/libwireshark0.symbols           |  1 +
 epan/prefs-int.h                       |  2 ++
 epan/prefs.c                           | 12 ++++++++++++
 ui/qt/manager/wireshark_preference.cpp |  1 +
 ui/qt/models/pref_models.cpp           |  3 +++
 5 files changed, 19 insertions(+)