mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Refactoring - using of CMS
This commit is contained in:
@ -87,6 +87,12 @@ public:
|
||||
/// \param type Error type
|
||||
/// \param message Error message
|
||||
virtual void reportRenderError(RenderErrorType type, QString message) = 0;
|
||||
|
||||
/// Reports render error, but only once - if same error was already reported,
|
||||
/// then no new error is reported.
|
||||
/// \param type Error type
|
||||
/// \param message Error message
|
||||
virtual void reportRenderErrorOnce(RenderErrorType type, QString message) = 0;
|
||||
};
|
||||
|
||||
} // namespace pdf
|
||||
|
Reference in New Issue
Block a user