Options dialog

This commit is contained in:
Jakub Melka
2019-09-06 19:07:52 +02:00
parent 135fa6fc86
commit 4058a25bab
14 changed files with 1646 additions and 75 deletions

View File

@ -142,6 +142,12 @@ private:
bool m_oldValue;
};
enum class RendererEngine
{
Software,
OpenGL
};
} // namespace pdf
#endif // PDFGLOBAL_H