Timestamp:
May 5, 2011, 5:36:53 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/kernel/qwidget_qws.cpp

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    257257{
    258258    Q_D(QWidget);
    259 
     259    d->aboutToDestroy();
    260260    if (!isWindow() && parentWidget())
    261261        parentWidget()->d_func()->invalidateBuffer(d->effectiveRectFor(geometry()));
     
    10181018        const QScreen *screen = d->getScreen();
    10191019        return qRound(screen->height() / double(screen->physicalHeight() / 25.4));
     1020
     1021
     1022
     1023
     1024
     1025
     1026
     1027
     1028
     1029
     1030
     1031
     1032
     1033
     1034
     1035
     1036
     1037
     1038
     1039
     1040
     1041
     1042
     1043
    10201044    } else {
    10211045        val = QPaintDevice::metric(m);// XXX
Note: See TracChangeset for help on using the changeset viewer.