From 32243b83a02e479e772d7d6fd94ddc35fd7d6880 Mon Sep 17 00:00:00 2001 From: Arno Date: Wed, 23 Jun 2010 21:48:11 +0200 Subject: Start making FilesView work Introduced filestreewidget, just like seriestreewidget. The connection is still missing, though. --- shemov.pro | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'shemov.pro') diff --git a/shemov.pro b/shemov.pro index 585a7b1..491142b 100644 --- a/shemov.pro +++ b/shemov.pro @@ -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 -- cgit v1.2.3-70-g09d2