mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Bugfixing of signature verification tool
This commit is contained in:
@ -583,7 +583,7 @@ private:
|
||||
};
|
||||
|
||||
/// Set of closed intervals
|
||||
class PDFClosedIntervalSet
|
||||
class PDFFORQTLIBSHARED_EXPORT PDFClosedIntervalSet
|
||||
{
|
||||
public:
|
||||
explicit inline PDFClosedIntervalSet() = default;
|
||||
@ -611,6 +611,9 @@ public:
|
||||
/// Returns sum of interval lengths
|
||||
PDFInteger getTotalLength() const;
|
||||
|
||||
/// Transforms interval set to readable text
|
||||
QString toText() const;
|
||||
|
||||
private:
|
||||
/// Normalizes interval ranges - merges adjacent intervals
|
||||
void normalize();
|
||||
|
Reference in New Issue
Block a user