~ubuntu-branches/ubuntu/utopic/kde4libs/utopic

« back to all changes in this revision

Viewing changes to plasma/paintutils.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Kolberg
  • Date: 2012-03-03 00:25:28 UTC
  • mfrom: (1.14.15)
  • Revision ID: package-import@ubuntu.com-20120303002528-chhwyfluldkicy5k
Tags: 4:4.8.1-0ubuntu1
* New upstream release
  - Update symbol files

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
    buffPainter.setCompositionMode(QPainter::CompositionMode_SourceOver);
148
148
    buffPainter.drawImage(QPoint(0,0), image);
149
149
    buffPainter.drawPixmap(QPoint(1,1), pixmap);
 
150
    buffPainter.end();
150
151
    return ret;
151
152
}
152
153