mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Annotation painting
This commit is contained in:
@@ -86,6 +86,8 @@ struct PDFObjectReference
|
||||
{
|
||||
return std::tie(objectNumber, generation) < std::tie(other.objectNumber, other.generation);
|
||||
}
|
||||
|
||||
constexpr bool isValid() const { return objectNumber > 0; }
|
||||
};
|
||||
|
||||
/// Represents version identification
|
||||
|
Reference in New Issue
Block a user