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 0a68c9d: Qt: Destruct FunnelStringDialog when done.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 4 Sep 2015 17:33:53 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0a68c9d2578ea3432de78c52e4c53bf660eadfb6
Submitter: Stig Bj?rlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0a68c9d by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Destruct FunnelStringDialog when done.
    
    To be able to close all open dialogs (emit a close signal) from a C function
    this change introduces a FunnelStringDialogHelper class to handle this.
    
    Change-Id: Id50e949e5e2b56401ce9228f8fa9ba17dddbd7fb
    Reviewed-on: https://code.wireshark.org/review/10372
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  a69a515   Add a version check to our splitter styling.
    adds  0a68c9d   Qt: Destruct FunnelStringDialog when done.


Summary of changes:
 ui/qt/funnel_string_dialog.cpp |   38 +++++++++++++++++++++++++++-----------
 ui/qt/funnel_string_dialog.h   |   17 ++++++++++++++++-
 2 files changed, 43 insertions(+), 12 deletions(-)