mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Remove unused member variable
This commit is contained in:
@ -39,10 +39,9 @@ class PDF4QTLIBCORESHARED_EXPORT PDFDocumentWriter
|
||||
Q_DECLARE_TR_FUNCTIONS(pdf::PDFDocumentWriter)
|
||||
|
||||
public:
|
||||
explicit inline PDFDocumentWriter(PDFProgress* progress) :
|
||||
m_progress(progress)
|
||||
explicit inline PDFDocumentWriter(PDFProgress* progress)
|
||||
{
|
||||
|
||||
Q_UNUSED(progress);
|
||||
}
|
||||
|
||||
/// Writes document to the file. If \p safeWrite is true, then document is first
|
||||
@ -81,9 +80,6 @@ private:
|
||||
static void writeCRLF(QIODevice* device);
|
||||
static void writeObjectHeader(QIODevice* device, PDFObjectReference reference);
|
||||
static void writeObjectFooter(QIODevice* device);
|
||||
|
||||
/// Progress indicator
|
||||
PDFProgress* m_progress;
|
||||
};
|
||||
|
||||
} // namespace pdf
|
||||
|
Reference in New Issue
Block a user