[Kst] branches/work/kst/kst1kde4/kst/src/libkstapp
Zongyi Zhang
freebody.kst at gmail.com
Thu Apr 15 01:02:17 CEST 2010
SVN commit 1114943 by zhang:
qprinter
M +0 -2 kstviewwindow.cpp
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstviewwindow.cpp #1114942:1114943
@@ -17,7 +17,6 @@
#include <QFile>
#include <QMessageBox>
-#include <QPainter>
#include <QPrinter>
#include <QTextDocument>
#include <QVBoxLayout>
@@ -255,7 +254,6 @@
KstPainter paint(KstPainter::P_PRINT);
paint.begin(&printer);
-// xxx QPaintDeviceMetrics metrics(&printer);
view()->resizeForPrint(size);
view()->paint(paint, QRegion());
More information about the Kst
mailing list