Wireshark-commits: [Wireshark-commits] master-2.0 746eeb8: Make rect_on_screen Qt4-compatible.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 6 Nov 2015 20:29:15 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=746eeb87735bf62feb8e7cdf9c6446dd82845ba9
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

746eeb8 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Make rect_on_screen Qt4-compatible.
    
    Use QDesktopWidget instead of QGuiApplication + QScreen. The former
    exists in the Qt 4 API.
    
    Ping-Bug: 11568
    Change-Id: Icfbe9f78659b28efbc86061f94d946f70ab6dc41
    Reviewed-on: https://code.wireshark.org/review/11604
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    (cherry picked from commit 3b125e7aefee18a4d07bfc2fd76a3524c169bf3c)
    Reviewed-on: https://code.wireshark.org/review/11613
    

Actions performed:

    from  625f246   bluetooth: Fix uninitialized value warning
    adds  746eeb8   Make rect_on_screen Qt4-compatible.


Summary of changes:
 ui/qt/qt_ui_utils.cpp |    9 +++++----
 ui/qt/qt_ui_utils.h   |    2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)