Wireshark-commits: [Wireshark-commits] master 3b57861: Qt: More WiresharkDialog conversions.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 30 Dec 2014 20:44:06 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3b578619098dc86e69a2ddbbc5b10d0fdb062537
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3b57861 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: More WiresharkDialog conversions.
    
    Convert the Follow Stream and Export Objects dialogs.
    
    Change-Id: I8a4dda634f2f0475a24cf09601f76fb52069fe50
    Reviewed-on: https://code.wireshark.org/review/6126
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  97f5f39   free the temporary buffers allocated by gnutls_x509_privkey_export_rsa_raw()
    adds  3b57861   Qt: More WiresharkDialog conversions.


Summary of changes:
 ui/qt/export_object_dialog.cpp |   36 +++++++++-----------
 ui/qt/export_object_dialog.h   |   10 +++---
 ui/qt/follow_stream_dialog.cpp |   72 +++++++++++++++++++---------------------
 ui/qt/follow_stream_dialog.h   |   13 ++++----
 ui/qt/main_window_slots.cpp    |   10 +++---
 ui/qt/wireshark_dialog.cpp     |   10 +++---
 ui/qt/wireshark_dialog.h       |    2 +-
 7 files changed, 73 insertions(+), 80 deletions(-)