mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
fix more indent issue
This commit is contained in:
parent
b187c0ef41
commit
13dfd39e69
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue