summaryrefslogtreecommitdiffstats
path: root/smubermodelsingleton.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Singleton cleanupArno2010-06-231-18/+0
| | | | | | | | | | The SmUberModel class wasn't needed at all, so I removed it. Instead I renamed SmUmberModelSingleton into a real singleton for all QAbstractItemModel*, though right now it only supports the SeriesTreeModel and FileTreeModel. But it should eventually evolve into a singleton for all QAbstractItemModel *. For this I renamed the class SmUberModelSingleton to SmModelSingleton.
* Created singleton for SmUberModelArno2010-06-121-0/+18
Implemented a singleton for SmUberModel.