summaryrefslogtreecommitdiffstats
path: root/src/declarative/extra/qmlfolderlistmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/extra/qmlfolderlistmodel.h')
-rw-r--r--src/declarative/extra/qmlfolderlistmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/extra/qmlfolderlistmodel.h b/src/declarative/extra/qmlfolderlistmodel.h
index 8708d9a..24a3ac6 100644
--- a/src/declarative/extra/qmlfolderlistmodel.h
+++ b/src/declarative/extra/qmlfolderlistmodel.h
@@ -80,7 +80,7 @@ public:
QStringList nameFilters() const;
void setNameFilters(const QStringList &filters);
- virtual void classComplete();
+ virtual void componentComplete();
Q_INVOKABLE bool isFolder(int index) const;