mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Object classifier
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
#define OBJECTINSPECTORDIALOG_H
|
||||
|
||||
#include "pdfdocument.h"
|
||||
#include "pdfobjectutils.h"
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
@ -44,6 +45,7 @@ private:
|
||||
|
||||
Ui::ObjectInspectorDialog* ui;
|
||||
const pdf::PDFDocument* m_document;
|
||||
pdf::PDFObjectClassifier m_objectClassifier;
|
||||
PDFObjectInspectorTreeItemModel* m_model;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user