summaryrefslogtreecommitdiffstats
path: root/smtreemodel.h
Commit message (Collapse)AuthorAgeFilesLines
* Implemented SmTreeModel::parentArno2010-06-121-1/+2
| | | | | Forgot to implement SmTreeModel::parent. Thus it was a pure abstract class and not instantiable.
* Finished SmTreeModel, started SmUberModelArno2010-06-061-0/+22
| | | | | kinda finished the treemodel. Don't really know if it's complete yet. More programming will show :)
* Started Treemodel for ArchiveArno2010-06-031-0/+27
Implemented generic SmTreeItem, started on generic SmTreeModel.