Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove QQuickItem::sendAccessibilityUpdate
This slot is unused and doesn't make sense
since it's too generic.

Change-Id: Idae4b7cc21a794151f87b0db6833bbd6350549fb
Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
  • Loading branch information
Frederik Gladhorn authored and Qt by Nokia committed Mar 24, 2012
1 parent 481e8bc commit 9778622
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions src/quick/items/qquickitem.cpp
Expand Up @@ -3067,10 +3067,6 @@ void QQuickItem::updatePolish()
{
}

void QQuickItem::sendAccessibilityUpdate()
{
}

void QQuickItemPrivate::addItemChangeListener(QQuickItemChangeListener *listener, ChangeTypes types)
{
changeListeners.append(ChangeListener(listener, types));
Expand Down
3 changes: 0 additions & 3 deletions src/quick/items/qquickitem.h
Expand Up @@ -398,9 +398,6 @@ public Q_SLOTS:
virtual void releaseResources();
virtual void updatePolish();

protected Q_SLOTS:
void sendAccessibilityUpdate();

protected:
QQuickItem(QQuickItemPrivate &dd, QQuickItem *parent = 0);

Expand Down

0 comments on commit 9778622

Please sign in to comment.