URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e1dc9f82a63c3389f80e2e98a4cc983b43b9367b
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
e1dc9f8 by Roland Knall (rknall@xxxxxxxxx):
Qt: Load filenames properly
Use a more stable approach for checking the file and avoid having
QFile reset with the filename. It is ok due to the fact, that it
is not opened, but is frowned upon in the documentation.
This only sets the filename once.
Change-Id: Ibe13eaf5938e060d7c39655591af34ac44340f49
Reviewed-on: https://code.wireshark.org/review/34965
Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Actions performed:
from c39bb02 Qt: Fix memory leaks in FilterListModel::reload()
add e1dc9f8 Qt: Load filenames properly
Summary of changes:
ui/qt/models/filter_list_model.cpp | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)