ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master e76e140: Qt: Fix library path reset.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 30 Jan 2015 23:37:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e76e14074e5a9c46886ab3124a5649eabe7bfe99
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e76e140 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Fix library path reset.
    
    g9a3676a reset the Qt library path *after* wsApp was instantiated, which
    is too late. Do so before QCoreApplication has a chance to do anything
    we might regret.
    
    Change-Id: Ibbdb69d1b7c0ea4bf1042e98a5bb5deba13e954e
    Reviewed-on: https://code.wireshark.org/review/6864
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  9a3676a   Qt: Clear our library path at startup on Windows.
    adds  e76e140   Qt: Fix library path reset.


Summary of changes:
 ui/qt/wireshark_application.cpp |   25 -----------------------
 wireshark-qt.cpp                |   42 +++++++++++++++++++++++++++++++++++----
 2 files changed, 38 insertions(+), 29 deletions(-)