You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
qt: mark eventFilter as 'override' to match virtual func
Should take care of this:
In file included from qt/moc_signverifymessagedialog.cpp:8:
./qt/signverifymessagedialog.h:36:10: warning: 'eventFilter' overrides a member function but is not marked 'override'
[-Winconsistent-missing-override]
bool eventFilter(QObject *object, QEvent *event);
^
/Users/localhost/Projects/dash/depends/x86_64-apple-darwin18.7.0/include/QtWidgets/qdialog.h:111:10: note: overridden virtual function is here
bool eventFilter(QObject *, QEvent *) override;
^
0 commit comments