summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxpathview.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-05-21 23:26:40 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-05-21 23:26:40 (GMT)
commit5a506eefe1ca8f654dcfc354f8ac39547510becf (patch)
tree20d3eedfd42b89c6f2b7ae0ce4f9ecf71dbabcf3 /src/declarative/fx/qfxpathview.cpp
parentcdd12bf1d4475ad23b49b5e27328bf6c738a0ab3 (diff)
downloadQt-5a506eefe1ca8f654dcfc354f8ac39547510becf.zip
Qt-5a506eefe1ca8f654dcfc354f8ac39547510becf.tar.gz
Qt-5a506eefe1ca8f654dcfc354f8ac39547510becf.tar.bz2
fix warnings
Diffstat (limited to 'src/declarative/fx/qfxpathview.cpp')
-rw-r--r--src/declarative/fx/qfxpathview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/fx/qfxpathview.cpp b/src/declarative/fx/qfxpathview.cpp
index e315547..3f2e77a 100644
--- a/src/declarative/fx/qfxpathview.cpp
+++ b/src/declarative/fx/qfxpathview.cpp
@@ -744,6 +744,7 @@ void QFxPathView::createdItem(int index, QFxItem *item)
void QFxPathView::destroyingItem(QFxItem *item)
{
+ Q_UNUSED(item);
}
void QFxPathView::ticked()