Wireshark-commits: [Wireshark-commits] master-2.0 bed991a: Qt: Reset preferences when reloading Lua

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 10 Dec 2015 14:09:29 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bed991ac9a7d0b81ad4f723e8f1fa69a07f847b7
Submitter: Stig Bj?rlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

bed991a by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Reset preferences when reloading Lua plugins
    
    Reading configuration files may duplicate some entries, so ensure
    we reset preferences before reloading.
    
    Change-Id: I746414cbc10c206ddf47669856f329b9e0202a0d
    Reviewed-on: https://code.wireshark.org/review/12496
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    (cherry picked from commit bfcd1e65141c7929e447132fcb26f4044276ec20)
    Reviewed-on: https://code.wireshark.org/review/12500
    

Actions performed:

    from  316e153   debian: Build-depend on qtmultimedia5-dev and libqt5svg5-dev to enable more Qt features
    adds  bed991a   Qt: Reset preferences when reloading Lua plugins


Summary of changes:
 ui/qt/main_window_slots.cpp     |    2 +-
 ui/qt/wireshark_application.cpp |   14 ++++++++------
 ui/qt/wireshark_application.h   |    2 +-
 wireshark-qt.cpp                |    2 +-
 4 files changed, 11 insertions(+), 9 deletions(-)