mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Render tool basics
This commit is contained in:
@ -36,6 +36,13 @@ public:
|
||||
virtual Options getOptionsFlags() const override;
|
||||
};
|
||||
|
||||
class PDFToolBenchmark : public PDFToolRenderBase
|
||||
{
|
||||
public:
|
||||
virtual QString getStandardString(StandardString standardString) const override;
|
||||
virtual Options getOptionsFlags() const override;
|
||||
};
|
||||
|
||||
} // namespace pdftool
|
||||
|
||||
#endif // PDFTOOLRENDER_H
|
||||
|
Reference in New Issue
Block a user