mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 04:43:56 -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
|
||||
public:
|
||||
explicit NoScrollFilter(QObject *parent = nullptr) : QObject(parent) {};
|
||||
explicit NoScrollFilter(QObject *parent = nullptr) : QObject(parent)
|
||||
{
|
||||
}
|
||||
|
||||
protected:
|
||||
bool eventFilter(QObject *obj, QEvent *event) override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue