Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 0af0532: Qt: Fixup the currentOutputDeviceName Q_PROP

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 7 Dec 2016 19:49:18 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0af0532ccd9e39372f13238c63519fb04977974f
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0af0532 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Fixup the currentOutputDeviceName Q_PROPERTY.
    
    The CONSTANT attribute indicates that the same value will be returned
    every time. That isn't the case here so remove it.
    
    Change-Id: Ie7451e6aabcb4fa1a6960762d96ad190f32b3d7a
    Reviewed-on: https://code.wireshark.org/review/19130
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  fa47c36   extcap: Separate dirname and file with G_DIR_SEPARATOR_S.
    adds  0af0532   Qt: Fixup the currentOutputDeviceName Q_PROPERTY.


Summary of changes:
 ui/qt/rtp_player_dialog.cpp |    2 +-
 ui/qt/rtp_player_dialog.h   |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)