We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f189e18 commit 035b0adCopy full SHA for 035b0ad
QtCustomAndroidWebView.cpp
@@ -8,11 +8,11 @@ int QtCustomAndroidWebView::sm_tag = 0;
8
//-----------------------------------------------------------------------------
9
QtCustomAndroidWebView::QtCustomAndroidWebView( QWidget *parent )
10
: QWidget( parent )
11
+ , m_androidID( generateNewTag() )
12
{
13
// if( parent && parent->layout() )
14
// parent->layout()->addWidget( this );
15
- generateNewTag();
16
m_nativeSender.createNewWebView( androidID() );
17
m_nativeSender.attachWebViewToMainLayout( androidID() );
18
}
0 commit comments