Create sticky note tool

This commit is contained in:
Jakub Melka
2020-12-04 19:22:20 +01:00
parent 4d0c1e0ab1
commit da95ffc748
6 changed files with 91 additions and 1 deletions

View File

@ -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
{