Details
-
Bug
-
Resolution: Cannot Reproduce
-
P3: Somewhat important
-
4.4.0
-
None
Description
Function
"void appendChild(TreeItem*)"
of class TreeItem at path
"...\qt440\examples\itemviews\simpletreemodel\"
in header file "treeitem.h" declared as
"void appendChild(TreeItem *child)"
but in source file "treeitem.cpp" declared as
"void TreeItem::appendChild(TreeItem *item)".
Could both signatures match please?