UI: Fix whitespace issues with "ignore wheel" widgets

This commit is contained in:
jp9000
2019-04-21 04:05:51 -07:00
parent c3c740d36f
commit 140f927f4f
7 changed files with 5 additions and 19 deletions

View File

@@ -4,9 +4,6 @@
#include <QInputEvent>
#include <QtCore/QObject>
class SliderIgnoreScroll : public QSlider {
Q_OBJECT
@@ -15,8 +12,5 @@ public:
SliderIgnoreScroll(Qt::Orientation orientation, QWidget *parent = nullptr);
protected:
virtual void wheelEvent(QWheelEvent *event) override;
};