Qt: MainWindow::dropEvent fixes.
authorGerald Combs <gerald@wireshark.org>
Fri, 11 May 2018 19:46:49 +0000 (12:46 -0700)
committerGerald Combs <gerald@wireshark.org>
Mon, 14 May 2018 15:43:32 +0000 (15:43 +0000)
commitf4724d0b37c32d17a4e1d2a7e9db138f0ca9ad2f
treeb072f72a3ec7f1e09e05002484001559184e6d28
parent4413d43962e1aed72a285ae8fb68780bb64a11fe
Qt: MainWindow::dropEvent fixes.

Limit our dropped file count to 100. Make sure we always accept our
proposed action and either accept or ignore the event. Blind attempt at
fixing bug 14609.

Change-Id: Id08b179b6eb63529aa15bce7284460fbd19f7fec
Ping-Bug: 14609
Reviewed-on: https://code.wireshark.org/review/27462
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Gerald Combs <gerald@wireshark.org>
ui/qt/main_window.cpp