From 1a976e1ec94183023e3b330368f2860a504fe403 Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 25 Jun 2010 21:17:37 +0200 Subject: New model: MappingTableModel Implemented new Model for Mapping tables. This model is intended to replace the old ListModel and Singleton. MappingTableModel is derived from SmTreeModel and can be accessed using SmModelSingleton. It's quite dynamic building its queries, and has yet to be tested. Hopefully I got it right the first time :) --- shemov.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'shemov.pro') diff --git a/shemov.pro b/shemov.pro index 491142b..60bc419 100644 --- a/shemov.pro +++ b/shemov.pro @@ -53,7 +53,8 @@ SOURCES = main.cpp \ seriestreewidget.cpp \ seriestreemodel.cpp \ filestreemodel.cpp \ - filestreewidget.cpp + filestreewidget.cpp \ + mappingtablemodel.cpp HEADERS = listitem.h \ listmodel.h \ movieitem.h \ @@ -102,6 +103,7 @@ HEADERS = listitem.h \ seriestreewidget.h \ seriestreemodel.h \ filestreemodel.h \ - filestreewidget.h + filestreewidget.h \ + mappingtablemodel.h LIBS += -lmagic RESOURCES = shemov.qrc -- cgit v1.2.3-70-g09d2