Wireshark-commits: [Wireshark-commits] master e2b695d: Qt: Fix a deprecation issue.
Date Prev · Date Next · Thread Prev · Thread Next
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 31 Mar 2020 21:21:30 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e2b695ddef18532afd67957debc87eeed60139db
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e2b695d by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Fix a deprecation issue.
    
    Use QFontMetrics::horizontalAdvance instead of QFontMetrics::width with
    newer versions of Qt.
    
    Change-Id: I65b3f4a6349d5c6dcd19e1cb029f0c8ce83decd0
    Reviewed-on: https://code.wireshark.org/review/36644
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Jason Cohen <kryojenik2@xxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  8017bde   pidl: fix typo found by lintian (mesages => messages)
     add  e2b695d   Qt: Fix a deprecation issue.


Summary of changes:
 ui/qt/progress_frame.cpp | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)