diff options
author | Arno <am@disconnect.de> | 2010-06-16 22:45:24 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-06-16 22:45:24 +0200 |
commit | f5a7d411051d3112a90e26f1e382dc1e00fb9a00 (patch) | |
tree | 568cb272df4a645d5208a2177b2e09647b689be3 /shemov.pro | |
parent | c7e25a4bb75417f1615b71940694f5f4479f9043 (diff) | |
download | SheMov-f5a7d411051d3112a90e26f1e382dc1e00fb9a00.tar.gz SheMov-f5a7d411051d3112a90e26f1e382dc1e00fb9a00.tar.bz2 SheMov-f5a7d411051d3112a90e26f1e382dc1e00fb9a00.zip |
Treemodel Development
-Changed the database schema. Attached quality to files
-Subclassed SmTreeModel for SeriesTreeModel
-Made SmTreeModel virtual for that
Well, it seems there is a serious problem with the database schema.
Curiously everything inside the model works beside the db update. Seems
I have it wrong with the fks :(
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -51,7 +51,8 @@ SOURCES = main.cpp \ smubermodel.cpp \ smubermodelsingleton.cpp \ archivetreeview.cpp \ - seriestreewidget.cpp + seriestreewidget.cpp \ + seriestreemodel.cpp HEADERS = listitem.h \ listmodel.h \ movieitem.h \ @@ -98,6 +99,7 @@ HEADERS = listitem.h \ smubermodel.h \ smubermodelsingleton.h \ archivetreeview.h \ - seriestreewidget.h + seriestreewidget.h \ + seriestreemodel.h LIBS += -lmagic RESOURCES = shemov.qrc |