Wireshark-commits: [Wireshark-commits] master 5cf7fcd: Qt+Gtk: Fix the -t command line flag.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 1 Jul 2016 02:10:44 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5cf7fcdf0f62cf0d8617428141a26e6f280a45d0
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5cf7fcd by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt+Gtk: Fix the -t command line flag.
    
    Add the time format to commandline_param_info_t and apply it when we've
    finished application initialization.
    
    Bug: 12489
    Change-Id: Ice626198a610567e945a8e53c0c1093797e8208e
    Reviewed-on: https://code.wireshark.org/review/16232
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  f860e8d   exported_pdu(.h): Fix warning: parameter 'tag_type.' not found in the function declaration [-Wdocumentation]
    adds  5cf7fcd   Qt+Gtk: Fix the -t command line flag.


Summary of changes:
 ui/commandline.c                |   21 +++++++++++----------
 ui/commandline.h                |    1 +
 ui/gtk/main_menubar.c           |   10 +++++++---
 ui/qt/main_window.cpp           |    1 +
 ui/qt/main_window.h             |    1 +
 ui/qt/main_window_slots.cpp     |   15 +++++++++++++++
 ui/qt/wireshark_application.cpp |    2 +-
 wireshark-qt.cpp                |    1 -
 8 files changed, 37 insertions(+), 15 deletions(-)