Wireshark-commits: [Wireshark-commits] master 0c1e88a: Cast away a warning.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 7 Apr 2016 00:28:44 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0c1e88aeeaa9ade4977c2f6a16d0960938c7a296
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0c1e88a by Guy Harris (guy@xxxxxxxxxxxx):

    Cast away a warning.
    
    Alas, QByteArray's constructor takes an int, not a size_t, as a size.
    Explicitly cast the size down to an int.
    
    Change-Id: Idc24b5920e8e417dd8555628d685f94224fe47e1
    Reviewed-on: https://code.wireshark.org/review/14836
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  f611edf   Qt: Follow stream performance improvements.
    adds  0c1e88a   Cast away a warning.


Summary of changes:
 ui/qt/follow_stream_dialog.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)