Remove unused functions.
Change-Id: I8cae0550c58238bd99bc759c21b022c54fe2de8b Reviewed-by: Trust Me (cherry picked from commit 1191dc0c278ddd22556d6c8e5ea5a898fa7b35f6)
This commit is contained in:
parent
4044d3c8f5
commit
29851474c7
@ -377,18 +377,6 @@ QAccessible::State state(QWidget * const widget)
|
||||
return state;
|
||||
}
|
||||
|
||||
void printState(QWidget * const widget)
|
||||
{
|
||||
qDebug() << "State for" << widget->metaObject()->className() << stateNames(state(widget));
|
||||
}
|
||||
|
||||
void printState(QAccessibleInterface * const iface, const int child = 0)
|
||||
{
|
||||
qDebug() << "State for" << iface->object()->metaObject()->className() << "child" << child
|
||||
<< iface->text(QAccessible::Name, child) << stateNames(iface->state(child));
|
||||
}
|
||||
|
||||
|
||||
class QtTestAccessibleWidget: public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
Loading…
x
Reference in New Issue
Block a user