mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
DocDiff application: page matching
This commit is contained in:
@@ -257,7 +257,9 @@ public:
|
||||
|
||||
Type type = Type::Unknown;
|
||||
QRectF boundingRect;
|
||||
std::array<uint8_t, 64> hash = { };
|
||||
std::array<uint8_t, 64> hash = { }; ///< Hash of all data
|
||||
std::array<uint8_t, 64> imageHash = { }; ///< Hash of the image only
|
||||
QPainterPath pagePath;
|
||||
};
|
||||
|
||||
using GraphicPieceInfos = std::vector<GraphicPieceInfo>;
|
||||
|
Reference in New Issue
Block a user