Wireshark-commits: [Wireshark-commits] master fe3e0df: RTP player: Always include QPushButton.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 12 Oct 2015 17:33:39 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fe3e0df1607afbe61e675a3f08619e4460a6b753
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

fe3e0df by Gerald Combs (gerald@xxxxxxxxxxxxx):

    RTP player: Always include QPushButton.
    
    It looks like QPushButton gets included via ui_rtp_player_dialog.h in Qt
    5 but not in Qt 4. Make sure we include it explicitly whether or not
    QT_MULTIMEDIA_LIB is defined.
    
    Change-Id: I8203a1cc6f7b9beef0f749b93836a75885f85edd
    Reviewed-on: https://code.wireshark.org/review/10962
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  c5a0568   Try to fix wireless toolbar behavior on Linux.
    adds  fe3e0df   RTP player: Always include QPushButton.


Summary of changes:
 ui/qt/rtp_player_dialog.cpp |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)