Fixed gcc compile error.

preferencesAboutTextFull
John Papale 4 years ago
parent 3a0bb1f495
commit b901739ab6
  1. 6
      src/pdf/XPDFRenderer.h

@ -123,12 +123,6 @@ class XPDFRenderer : public PDFRenderer
splash = nullptr; splash = nullptr;
} }
} }
PdfZoomCacheData& operator=(PdfZoomCacheData &rhs) {
Q_ASSERT(splash == nullptr); // Assigning non null rhs not managed.
ratio = rhs.ratio;
return *this;
}
}; };
//! Spawned when a pdf processing is required, when no matching image is found in cache. //! Spawned when a pdf processing is required, when no matching image is found in cache.

Loading…
Cancel
Save