diff options
author | Arno <am@disconnect.de> | 2010-06-23 21:48:11 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-06-23 21:48:11 +0200 |
commit | 32243b83a02e479e772d7d6fd94ddc35fd7d6880 (patch) | |
tree | 0d5b87479816765fded1c5b1f59da9c7e137b2be /shemov.pro | |
parent | e8f4f398c60060d4edd09065000d977cf38a9bcc (diff) | |
download | SheMov-32243b83a02e479e772d7d6fd94ddc35fd7d6880.tar.gz SheMov-32243b83a02e479e772d7d6fd94ddc35fd7d6880.tar.bz2 SheMov-32243b83a02e479e772d7d6fd94ddc35fd7d6880.zip |
Start making FilesView work
Introduced filestreewidget, just like seriestreewidget. The connection
is still missing, though.
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -48,11 +48,12 @@ SOURCES = main.cpp \ archiveitemeditdialog.cpp \ smtreeitem.cpp \ smtreemodel.cpp \ - smmodelsingleton.cpp \ + smmodelsingleton.cpp \ archivetreeview.cpp \ seriestreewidget.cpp \ seriestreemodel.cpp \ - filestreemodel.cpp + filestreemodel.cpp \ + filestreewidget.cpp HEADERS = listitem.h \ listmodel.h \ movieitem.h \ @@ -96,10 +97,11 @@ HEADERS = listitem.h \ archiveitemeditdialog.h \ smtreeitem.h \ smtreemodel.h \ - smmodelsingleton.h \ + smmodelsingleton.h \ archivetreeview.h \ seriestreewidget.h \ seriestreemodel.h \ - filestreemodel.h + filestreemodel.h \ + filestreewidget.h LIBS += -lmagic RESOURCES = shemov.qrc |