Wireshark-commits: [Wireshark-commits] master a1a56bd: Qt: Move Layout and clear master_split use

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 01 Jun 2018 17:01:45 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a1a56bd97d96b48a803bd5922b24737fcbd5cea4
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a1a56bd by Roland Knall (rknall@xxxxxxxxx):

    Qt: Move Layout and clear master_split use
    
    master_split_ must be moved to a more prominent widget, as it is in actuality
    the main widget of the application.
    
    Change-Id: Id45b60f5f57c982c1890318eec9fa87ab61a9e19
    Reviewed-on: https://code.wireshark.org/review/27942
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  2235c89   gsm_a_bssmap: Add LCLS specific PDU dissection
    adds  a1a56bd   Qt: Move Layout and clear master_split use


Summary of changes:
 ui/qt/CMakeLists.txt         |   1 +
 ui/qt/main_window.cpp        |  20 +---
 ui/qt/main_window.h          |   3 +
 ui/qt/main_window_layout.cpp | 238 +++++++++++++++++++++++++++++++++++++++++++
 ui/qt/main_window_slots.cpp  | 173 ++-----------------------------
 5 files changed, 250 insertions(+), 185 deletions(-)
 create mode 100644 ui/qt/main_window_layout.cpp