Wireshark-commits: [Wireshark-commits] master 6397ad4: Revert "Qt: Try to fix a Visual C++ encoding
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 6 Oct 2014 23:34:58 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6397ad43c2374ebde388041f2bd7ac925606a51e
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6397ad4 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Revert "Qt: Try to fix a Visual C++ encoding warning."
    
    Revert gafa8c02 since it didn't work on Windows. Use a pragma to squelch
    Visual C++ instead.
    
    Qt's rich text renderer doesn't handle "&apos;". Replace it with "&#x27;".
    Remove a QDebug include.
    
    Change-Id: I0e6308efda74a4bc0e67ce841a50a0a9b68f4a8b
    Reviewed-on: https://code.wireshark.org/review/4511
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  a17067a   Qt: Rename the "check for updates" slot.
    adds  6397ad4   Revert "Qt: Try to fix a Visual C++ encoding warning."


Summary of changes:
 epan/print.c            |    2 +-
 epan/strutil.c          |    2 +-
 ui/qt/simple_dialog.cpp |    8 ++++++--
 ui/utf8_entities.h      |   15 ++++++---------
 4 files changed, 14 insertions(+), 13 deletions(-)