Wireshark-commits: [Wireshark-commits] master 8d3b97c: Use QVector::size instead of ::length.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 2 Oct 2015 21:19:41 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8d3b97cc9054bcc4c3db0e0262d12a26cd0e9d82
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8d3b97c by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Use QVector::size instead of ::length.
    
    Qt < 5.2 doesn't have ::length.
    
    Change-Id: Ie6a06034c5e2ea8ddc1f9e1131a682ff9442fb75
    Reviewed-on: https://code.wireshark.org/review/10754
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  835cfa5   Revert "CMake: Don't feed -fPIC to Visual C++."
    adds  8d3b97c   Use QVector::size instead of ::length.


Summary of changes:
 ui/qt/rtp_audio_stream.cpp |    8 ++++----
 ui/qt/rtp_audio_stream.h   |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)