mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Fixing bugs (uncolored tiling pattern should ignore colors), refactoring
This commit is contained in:
@ -23,10 +23,10 @@
|
||||
namespace pdf
|
||||
{
|
||||
|
||||
class PDFParserException : public std::exception
|
||||
class PDFException : public std::exception
|
||||
{
|
||||
public:
|
||||
PDFParserException(const QString& message) :
|
||||
PDFException(const QString& message) :
|
||||
m_message(message)
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user