diff options
author | Arno <am@disconnect.de> | 2011-01-27 13:06:32 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2011-01-27 13:06:32 +0100 |
commit | aaef34e66368a2803ae876d734809b69f0c258a2 (patch) | |
tree | 71db0c618431c361c143dba3386045c7682d4d17 /shemov.pro | |
parent | e4718ab079f4a4eba4a47fb75992b977a787f369 (diff) | |
download | SheMov-aaef34e66368a2803ae876d734809b69f0c258a2.tar.gz SheMov-aaef34e66368a2803ae876d734809b69f0c258a2.tar.bz2 SheMov-aaef34e66368a2803ae876d734809b69f0c258a2.zip |
Finished metadata
Created a modes for metadata, revamped NewMovieWizard to use the model
and created a MetadataWidget to edit and display metadata.
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -31,7 +31,8 @@ SOURCES = main.cpp \ newmoviewizard.cpp \ filepropertiesdialog.cpp \ hoverwindow.cpp \ - consistencycheck.cpp + consistencycheck.cpp \ + seriesmetadatamodel.cpp HEADERS = listitem.h \ filesystemdirproxy.h \ filesystemwidget.h \ @@ -57,6 +58,7 @@ HEADERS = listitem.h \ newmoviewizard.h \ filepropertiesdialog.h \ hoverwindow.h \ - consistencycheck.h + consistencycheck.h \ + seriesmetadatamodel.h LIBS += -lmagic -lXfixes RESOURCES = shemov.qrc |