Wireshark-commits: [Wireshark-commits] master 2474af6: Qt: Use wsiconcap while we're capturing.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 22 Sep 2014 16:37:32 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2474af635d2bf2406e27150050f5508083010352
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2474af6 by Gerald Combs (gerald@xxxxxxxx):

    Qt: Use wsiconcap while we're capturing.
    
    Set the main window icon to the "wsiconcap" version while we're capturing
    similar to the GTK+ version. Verified on Windows. Not sure if this will
    do anything on other platforms.
    
    Change-Id: I9b082601a2c47e5f52cc38ac8d9b4d9f5fb9a4d9
    Reviewed-on: https://code.wireshark.org/review/4230
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  19d55ca   fix-encoding-args.pl: Don't use a feature available only starting with perl 5.14
    adds  2474af6   Qt: Use wsiconcap while we're capturing.


Summary of changes:
 Makefile.am                     |    1 +
 image/wsicon.qrc                |   22 ++++++++++++++++++++++
 ui/qt/CMakeLists.txt            |    1 +
 ui/qt/Makefile.common           |    1 +
 ui/qt/Wireshark.pro             |    1 +
 ui/qt/main_window_slots.cpp     |   11 +++++++----
 ui/qt/wireshark_application.cpp |    9 +++++++++
 ui/qt/wireshark_application.h   |    5 +++++
 8 files changed, 47 insertions(+), 4 deletions(-)
 create mode 100644 image/wsicon.qrc