Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 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/painting/qoutlinemapper_p.h

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation (qt-info@nokia.com)
     
    8888{
    8989public:
    90     QOutlineMapper()
    91         : m_round_coords(false)
     90    QOutlineMapper() :
     91        m_element_types(0),
     92        m_elements(0),
     93        m_elements_dev(0),
     94        m_points(0),
     95        m_tags(0),
     96        m_contours(0),
     97        m_polygon_dev(0),
     98        m_in_clip_elements(false),
     99        m_round_coords(false)
    92100    {
    93101    }
     
    229237
    230238    bool m_valid;
     239    bool m_in_clip_elements;
    231240
    232241private:
Note: See TracChangeset for help on using the changeset viewer.