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
parent
2c7d57259c
commit
6454d227fa
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue