ui: Added delay when changing fontsize via mouse wheel

bug id = 44
This commit is contained in:
Eberhard Graether
2016-03-07 15:23:34 +01:00
parent 6d7a1faaa4
commit 1603df1a43
2 changed files with 25 additions and 3 deletions
+6
View File
@@ -61,6 +61,12 @@ public:
protected:
bool eventFilter(QObject* obj, QEvent* event);
private slots:
void stopWaiting();
private:
bool m_isWaiting;
};