Wireshark-commits: [Wireshark-commits] master 81bf8ed: Update the taskbar icon when we start a capt

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 29 Oct 2015 20:50:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=81bf8edc52f1c8df557bbf4102182bcae93e0a4d
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

81bf8ed by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Update the taskbar icon when we start a capture.
    
    Call both QMainWindow::setWindowIcon and QGuiApplication::setWindowIcon
    when we switch between normal and capture icons. The former sets the
    window title bar icon and the latter (depending on your OS and Qt version)
    sets the taskbar or dock icon.
    
    Change-Id: Ida523d423bef4df44696f6cd75208986c8787d0f
    Reviewed-on: https://code.wireshark.org/review/11414
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  db760bf   Qt: Allow Expert Information retapping.
    adds  81bf8ed   Update the taskbar icon when we start a capture.


Summary of changes:
 ui/qt/main_window.cpp |    5 +++++
 ui/qt/main_window.h   |    1 +
 2 files changed, 6 insertions(+)