diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-01-11 02:20:56 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-01-11 02:20:56 (GMT) |
commit | 271f074962aef959962eb02d1af893c77a839dda (patch) | |
tree | 349efa243f4028af05e652001df31916eab11b16 /src | |
parent | 7b84d6ab53d2ba0790cd4605260b2bad96275349 (diff) | |
download | Qt-271f074962aef959962eb02d1af893c77a839dda.zip Qt-271f074962aef959962eb02d1af893c77a839dda.tar.gz Qt-271f074962aef959962eb02d1af893c77a839dda.tar.bz2 |
Remove unused signal.
Diffstat (limited to 'src')
-rw-r--r-- | src/declarative/graphicsitems/qmlgraphicslistview_p.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qmlgraphicslistview_p.h b/src/declarative/graphicsitems/qmlgraphicslistview_p.h index 2a2ef8a..79d678a 100644 --- a/src/declarative/graphicsitems/qmlgraphicslistview_p.h +++ b/src/declarative/graphicsitems/qmlgraphicslistview_p.h @@ -202,7 +202,6 @@ Q_SIGNALS: void orientationChanged(); void currentIndexChanged(); void currentSectionChanged(); - void sectionExpressionChanged(); void highlightMoveSpeedChanged(); void highlightResizeSpeedChanged(); void highlightChanged(); |