aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-pdf/PrintWidget.h
diff options
context:
space:
mode:
authorZackaryWelch <welch.zackary@gmail.com>2018-03-17 19:26:08 -0400
committerZackaryWelch <welch.zackary@gmail.com>2018-03-17 19:26:08 -0400
commit1e2d9a567a217c5ca3374bc307038e7a65be1c55 (patch)
treea9a122724603f75e811ee937a995f059a8022d2c /src-qt5/desktop-utils/lumina-pdf/PrintWidget.h
parentReplaced tabs with spaces and removed some unneeded comments (diff)
downloadlumina-1e2d9a567a217c5ca3374bc307038e7a65be1c55.tar.gz
lumina-1e2d9a567a217c5ca3374bc307038e7a65be1c55.tar.bz2
lumina-1e2d9a567a217c5ca3374bc307038e7a65be1c55.zip
Moved rotation to the Backend. Fixed memory issues in MuPDF but caused other in Poppler. Poppler consumes a lot of memory already and should no long be default once all memory issuse are sorted out in MuPDF.
Diffstat (limited to 'src-qt5/desktop-utils/lumina-pdf/PrintWidget.h')
-rw-r--r--src-qt5/desktop-utils/lumina-pdf/PrintWidget.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src-qt5/desktop-utils/lumina-pdf/PrintWidget.h b/src-qt5/desktop-utils/lumina-pdf/PrintWidget.h
index 476ef596..98bcd259 100644
--- a/src-qt5/desktop-utils/lumina-pdf/PrintWidget.h
+++ b/src-qt5/desktop-utils/lumina-pdf/PrintWidget.h
@@ -106,7 +106,6 @@ private:
void setZoomMode(ZoomMode);
QGraphicsScene *scene;
- QMatrix rotMatrix;
int curPage, publicPageNum;
ViewMode viewMode;
ZoomMode zoomMode;
@@ -136,7 +135,6 @@ public slots:
void setCurrentPage(int);
void setVisible(bool) Q_DECL_OVERRIDE;
void highlightText(TextData*);
- void setDegrees(int);
void updatePreview();
void fitView();
bgstack15