mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Editor plugin: Content stream builder
This commit is contained in:
@ -364,6 +364,8 @@ public:
|
||||
|
||||
virtual bool equals(const PDFObjectContent* other) const override;
|
||||
|
||||
bool operator==(const PDFDictionary&other) const;
|
||||
|
||||
/// Returns object for the key. If key is not found in the dictionary,
|
||||
/// then valid reference to the null object is returned.
|
||||
/// \param key Key
|
||||
|
Reference in New Issue
Block a user