Skip to content

Commit dc0bb8f

Browse files
1 parent 035b0ad commit dc0bb8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

QtCustomAndroidWebView.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ void QtCustomAndroidWebView::loadHtmlData( QString const& data ) const
3939
void QtCustomAndroidWebView::move( int x, int y )
4040
{
4141
QWidget::move( x, y );
42-
4342
m_nativeSender.moveWebView( androidID(), x, y );
4443
}
4544

0 commit comments

Comments
 (0)