aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmllistmodel_p_p.h
diff options
context:
space:
mode:
authorFrank Meerkoetter <frank.meerkoetter@basyskom.com>2016-04-05 21:14:08 +0200
committerFrank Meerkoetter <frank.meerkoetter@basyskom.com>2016-04-06 12:44:19 +0000
commit2faf3081e87e01173b375338807ec80bdae30e21 (patch)
treeaa9378635da00d78103eac8e3ff826b668e406f5 /src/qml/types/qqmllistmodel_p_p.h
parente48ba25458f45aca465ca09f8c802bcab08413df (diff)
Fix outdated comment
Change-Id: Id6c5cd08f4698329592162f84a553389f69d1ca2 Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>
Diffstat (limited to 'src/qml/types/qqmllistmodel_p_p.h')
-rw-r--r--src/qml/types/qqmllistmodel_p_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/types/qqmllistmodel_p_p.h b/src/qml/types/qqmllistmodel_p_p.h
index a59b8de525..431e6aca9f 100644
--- a/src/qml/types/qqmllistmodel_p_p.h
+++ b/src/qml/types/qqmllistmodel_p_p.h
@@ -198,7 +198,7 @@ public:
explicit Role(const Role *other);
~Role();
- // This enum must be kept in sync with the roleTypeNames variable in qdeclarativelistmodel.cpp
+ // This enum must be kept in sync with the roleTypeNames variable in qqmllistmodel.cpp
enum DataType
{
Invalid = -1,