Object inspector dialog

This commit is contained in:
Jakub Melka
2021-06-06 18:24:09 +02:00
parent 0dee75a692
commit 2745c7828c
15 changed files with 1092 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ class PDFDocumentBuilder;
/// Storage for objects. This class is not thread safe for writing (calling non-const functions). Caller must ensure
/// locking, if this object is used from multiple threads. Calling const functions should be thread safe.
class PDFObjectStorage
class Pdf4QtLIBSHARED_EXPORT PDFObjectStorage
{
public:
inline PDFObjectStorage() = default;