Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/painting/qpdf.cpp

    r651 r769  
    5555QT_BEGIN_NAMESPACE
    5656
    57 extern int qt_defaultDpi();
     57extern int qt_defaultDpi();
    5858
    5959#ifndef QT_NO_PRINTER
     
    972972        return;
    973973
     974
    974975    QPainterPath p;
    975976    for (int i=0; i!=pointCount;++i) {
     
    977978        p.lineTo(points[i] + QPointF(0, 0.001));
    978979    }
     980
     981
     982
    979983    drawPath(p);
     984
    980985}
    981986
     
    985990        return;
    986991
     992
    987993    QPainterPath p;
    988994    for (int i=0; i!=lineCount;++i) {
     
    990996        p.lineTo(lines[i].p2());
    991997    }
     998
     999
    9921000    drawPath(p);
     1001
    9931002}
    9941003
Note: See TracChangeset for help on using the changeset viewer.