fix more indent issue

This commit is contained in:
ngn999 2022-03-30 23:10:37 +08:00
parent b187c0ef41
commit 13dfd39e69

View file

@ -813,7 +813,8 @@ bool ArticleView::eventFilter( QObject * obj, QEvent * ev )
{
#ifdef Q_OS_MAC
if (ev->type() == QEvent::NativeGesture) {
if( ev->type() == QEvent::NativeGesture )
{
qDebug() << "it's a Native Gesture!";
// handle Qt::ZoomNativeGesture Qt::SmartZoomNativeGesture here
// ignore swipe left/right.