We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035b0ad commit dc0bb8fCopy full SHA for dc0bb8f
QtCustomAndroidWebView.cpp
@@ -39,7 +39,6 @@ void QtCustomAndroidWebView::loadHtmlData( QString const& data ) const
39
void QtCustomAndroidWebView::move( int x, int y )
40
{
41
QWidget::move( x, y );
42
-
43
m_nativeSender.moveWebView( androidID(), x, y );
44
}
45
0 commit comments