Magnifier tool

This commit is contained in:
Jakub Melka
2020-02-22 18:27:33 +01:00
parent 5823df0443
commit e9bad256dc
13 changed files with 385 additions and 6 deletions

View File

@@ -71,6 +71,10 @@ public:
double m_speechRate;
double m_speechPitch;
double m_speechVolume;
// Magnifier tool settings
int m_magnifierSize;
double m_magnifierZoom;
};
const Settings& getSettings() const { return m_settings; }