Doc: Remove unused snippet

The snippet isn't used anywhere. Remove it.

Change-Id: I56fdadaeb115e4e865476cf2b40e355f753dddf7
Done-with: Nico Vertriest <nico.vertriest@qt.io>
Task-number: QTBUG-81486
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
bb10
Paul Wicking 2020-08-24 15:56:08 +02:00
parent 2c7d57259c
commit 6454d227fa
1 changed files with 0 additions and 8 deletions

View File

@ -61,11 +61,3 @@ void MyWidget::setFocus(Qt::FocusReason reason)
}
//! [2]
//! [3]
void *QAccessibleLineEdit::interface_cast(QAccessible::InterfaceType t)
{
if (t == QAccessible::TextInterface)
return static_cast<QAccessibleTextInterface*>(this);
return QAccessibleWidget::interface_cast(t);
}
//! [3]