Commit b37ae374 authored by Leena Miettinen's avatar Leena Miettinen
Browse files

Doc: Mark QQuickWebEngineScript::timerEvent() internal


...to suppress a QDoc error.

Change-Id: I11cb449137af06e11ba4e14a14da97d0088f8416
Reviewed-by: default avatarMichael Brüning <michael.bruning@qt.io>
Showing with 3 additions and 0 deletions
......@@ -403,6 +403,9 @@ void QQuickWebEngineScript::setRunOnSubframes(bool on)
Q_EMIT runOnSubframesChanged(on);
}
/*!
\internal
*/
void QQuickWebEngineScript::timerEvent(QTimerEvent *e)
{
Q_D(QQuickWebEngineScript);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment