URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8198413514b1edc39556e9ee24491ca9e4e7aa77
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
8198413 by Roland Knall (rknall@xxxxxxxxx):
    Qt: Fix filename check
    
    On *nix only check for the separator, on Windows for all
    invalid characters as defined in
    https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file
    
    Change-Id: I5842ca9f0926cc9d6ce9b839be226051497cf647
    Reviewed-on: https://code.wireshark.org/review/34055
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    
Actions performed:
    from  91ed694   Qt: Cleanup data() method and interface
     add  8198413   Qt: Fix filename check
Summary of changes:
 ui/qt/models/profile_model.cpp | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)