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(-)