mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 12:54:10 -07:00
format
This commit is contained in:
parent
fdb4519f30
commit
6bf3966cd8
1 changed files with 3 additions and 1 deletions
|
|
@ -83,7 +83,9 @@ class NoScrollFilter : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
explicit NoScrollFilter(QObject *parent = nullptr) : QObject(parent) {};
|
explicit NoScrollFilter(QObject *parent = nullptr) : QObject(parent)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
bool eventFilter(QObject *obj, QEvent *event) override
|
bool eventFilter(QObject *obj, QEvent *event) override
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue