mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Options dialog
This commit is contained in:
@ -142,6 +142,12 @@ private:
|
||||
bool m_oldValue;
|
||||
};
|
||||
|
||||
enum class RendererEngine
|
||||
{
|
||||
Software,
|
||||
OpenGL
|
||||
};
|
||||
|
||||
} // namespace pdf
|
||||
|
||||
#endif // PDFGLOBAL_H
|
||||
|
Reference in New Issue
Block a user