Fix indentation

REVIEW: 127372
remotes/origin/Applications/16.04
Nicolas Frattaroli 10 years ago committed by Albert Astals Cid
parent 425dc7d948
commit a8edfba5d0
  1. 8
      ui/pagepainter.cpp

@ -63,10 +63,10 @@ void PagePainter::paintCroppedPageOnPainter( QPainter * destPainter, const Okula
Okular::DocumentObserver *observer, int flags, int scaledWidth, int scaledHeight, const QRect &limits,
const Okular::NormalizedRect &crop, Okular::NormalizedPoint *viewPortPoint )
{
/* Calculate the cropped geometry of the page */
QRect scaledCrop = crop.geometry( scaledWidth, scaledHeight );
int croppedWidth = scaledCrop.width();
int croppedHeight = scaledCrop.height();
/* Calculate the cropped geometry of the page */
QRect scaledCrop = crop.geometry( scaledWidth, scaledHeight );
int croppedWidth = scaledCrop.width();
int croppedHeight = scaledCrop.height();
QColor paperColor = Qt::white;
QColor backgroundColor = paperColor;

Loading…
Cancel
Save