URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bf3f4713b91d2cc93a52c911a70ee631f7e3dff7
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
bf3f471 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
    Fix startup warning when launch Wireshark Qt
    
    QObject::connect: No such signal WiresharkApplication::openCaptureFile(QString&,QString&,unsigned int) in main.cpp:502
    QObject::connect:  (receiver name: 'MainWindow')
    
    Change-Id: I0d6283c1b55619fa6878161d0a74db1ec9107bf2
    Reviewed-on: https://code.wireshark.org/review/529
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    
Actions performed:
    from  eef0fa6   Add OSC dissector to release notes
    adds  bf3f471   Fix startup warning when launch Wireshark Qt
Summary of changes:
 ui/qt/wireshark_application.cpp |    8 +++++---
 ui/qt/wireshark_application.h   |    2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)