Wireshark-commits: [Wireshark-commits] master c0cdf94: Qt: Keep dialogs from blocking tests.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 2 Oct 2014 17:40:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c0cdf9473a36e84632da6559898509f0c10e4bef
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c0cdf94 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Keep dialogs from blocking tests.
    
    If WIRESHARK_QUIT_AFTER_CAPTURE is set, call exit(0). This keeps us from
    emitting the aboutToQuit signal and doing things that might pop up
    dialogs.
    
    Change-Id: I6e986b6e7ad824d8b5258e34a12c32869f5b2d34
    Reviewed-on: https://code.wireshark.org/review/4421
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  abfa091   Some Release Notes cleanup.
    adds  c0cdf94   Qt: Keep dialogs from blocking tests.


Summary of changes:
 ui/qt/main_window_slots.cpp     |   18 +++++++++---------
 ui/qt/wireshark_application.cpp |    3 +--
 2 files changed, 10 insertions(+), 11 deletions(-)