ui: Removed font zoom on CTRL + MouseWheel
This commit is contained in:
@@ -48,25 +48,6 @@ private:
|
||||
};
|
||||
|
||||
|
||||
class MouseWheelFilter
|
||||
: public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
MouseWheelFilter(QObject* parent);
|
||||
|
||||
protected:
|
||||
bool eventFilter(QObject* obj, QEvent* event);
|
||||
|
||||
private slots:
|
||||
void stopWaiting();
|
||||
|
||||
private:
|
||||
bool m_isWaiting;
|
||||
};
|
||||
|
||||
|
||||
class QtMainWindow
|
||||
: public QMainWindow
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user