Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Singleton cleanup | Arno | 2010-06-23 | 1 | -24/+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 SmUberModel | Arno | 2010-06-12 | 1 | -0/+24 |
Implemented a singleton for SmUberModel. |