Wireshark-commits: [Wireshark-commits] master-3.0 56bdb0f: Qt: Fix drop event for main window

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 12 Aug 2019 14:31:08 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=56bdb0f4b410ade0e3521eb978204678eca3f2b2
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

56bdb0f by Roland Knall (rknall@xxxxxxxxx):

    Qt: Fix drop event for main window
    
    Make sure, that the main window only recognizes drop events containing
    text/uri-list mime-types, as those are the only ones containing file
    drops. All other mime-types (e.g. display filter drops) will be ignored
    
    Bug: 15986
    Change-Id: Id4338f75c563d2d177d858d2de470db1ab3499f7
    Reviewed-on: https://code.wireshark.org/review/34248
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    (cherry picked from commit e01ee242bde88d117e83041cc6c484823585d306)
    Reviewed-on: https://code.wireshark.org/review/34249
    

Actions performed:

    from  2bd3f63   EAP: show reassembled TLS fragments only on the final frame
     add  56bdb0f   Qt: Fix drop event for main window


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