init
This commit is contained in:
13
customcontrols/eventfilterwheel.h
Normal file
13
customcontrols/eventfilterwheel.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef EVENTFILTERWHEEL_H
|
||||
#define EVENTFILTERWHEEL_H
|
||||
|
||||
#include<QObject>
|
||||
|
||||
class EventFilterWheel : public QObject {
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit EventFilterWheel(QObject *parent = nullptr);
|
||||
~EventFilterWheel();
|
||||
bool eventFilter(QObject *obj, QEvent *event);
|
||||
};
|
||||
#endif // EVENTFILTERWHEEL_H
|
||||
Reference in New Issue
Block a user