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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user