Wireshark-commits: [Wireshark-commits] master d1e3925: Qt: fix unused parameter warning in ColorPre

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 02 Oct 2019 01:25:34 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d1e39253ed968147cab7515530ebbbd43c7ae155
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

d1e3925 by Peter Wu (peter@xxxxxxxxxxxxx):

    Qt: fix unused parameter warning in ColorPreference
    
    The model index is unused as setData is used to initialize the editor.
    
    Change-Id: If42bf59cd3f1f5e208bfff26b569c5c29d2013fd
    Fixes: v3.1.1rc0-415-g149521d3de ("Qt: Do not call exec() when editing color preferences")
    Reviewed-on: https://code.wireshark.org/review/34671
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  149521d   Qt: Do not call exec() when editing color preferences
     add  d1e3925   Qt: fix unused parameter warning in ColorPreference


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