mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Object inspector dialog
This commit is contained in:
@@ -307,7 +307,7 @@ private:
|
||||
};
|
||||
|
||||
/// Represents an array of objects in the PDF file.
|
||||
class PDFArray : public PDFObjectContent
|
||||
class Pdf4QtLIBSHARED_EXPORT PDFArray : public PDFObjectContent
|
||||
{
|
||||
public:
|
||||
inline PDFArray() = default;
|
||||
@@ -460,7 +460,7 @@ private:
|
||||
|
||||
/// Represents a stream object in the PDF file. Stream consists of dictionary
|
||||
/// and stream content - byte array.
|
||||
class PDFStream : public PDFObjectContent
|
||||
class Pdf4QtLIBSHARED_EXPORT PDFStream : public PDFObjectContent
|
||||
{
|
||||
public:
|
||||
inline explicit PDFStream() = default;
|
||||
|
Reference in New Issue
Block a user