mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Create sticky note tool
This commit is contained in:
@ -582,6 +582,14 @@ private:
|
||||
Integer m_flags = Integer();
|
||||
};
|
||||
|
||||
/// Get system information
|
||||
class PDFFORQTLIBSHARED_EXPORT PDFSysUtils
|
||||
{
|
||||
public:
|
||||
|
||||
static QString getUserName();
|
||||
};
|
||||
|
||||
/// Set of closed intervals
|
||||
class PDFFORQTLIBSHARED_EXPORT PDFClosedIntervalSet
|
||||
{
|
||||
|
Reference in New Issue
Block a user