diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 42 |
1 files changed, 0 insertions, 42 deletions
@@ -6,10 +6,6 @@ CONFIG += warn_on \ CONFIG -= release QT += sql SOURCES = main.cpp \ - listmodel.cpp \ - movieitem.cpp \ - moviemodel.cpp \ - coveritem.cpp \ filesystemdirproxy.cpp \ filesystemwidget.cpp \ fileview.cpp \ @@ -19,33 +15,16 @@ SOURCES = main.cpp \ shemoviconprovider.cpp \ messagedialog.cpp \ configurationdialog.cpp \ - archiveeditdialog.cpp \ - listeditor.cpp \ - covereditor.cpp \ - archivefilewidget.cpp \ - archiveviewwidget.cpp \ - archivefileview.cpp \ - archiveproxy.cpp \ - sizedelegate.cpp \ - archiveddelegate.cpp \ textenterdialog.cpp \ moviepropertiesdialog.cpp \ statisticsdialog.cpp \ actorwidget.cpp \ actormodel.cpp \ - fileinfoitem.cpp \ - fileinfomodel.cpp \ actorcountmodel.cpp \ graphbarwidget.cpp \ programconfigurator.cpp \ - addmoviewizard.cpp \ - listmodelsingleton.cpp \ - moviemodelsingleton.cpp \ pictureviewer.cpp \ pictureviewerinfoitem.cpp \ - archiveiteminfoedit.cpp \ - archiveitemcoveredit.cpp \ - archiveitemeditdialog.cpp \ smtreeitem.cpp \ smtreemodel.cpp \ smmodelsingleton.cpp \ @@ -58,10 +37,6 @@ SOURCES = main.cpp \ mappingtablewidget.cpp \ newmoviewizard.cpp HEADERS = listitem.h \ - listmodel.h \ - movieitem.h \ - moviemodel.h \ - coveritem.h \ filesystemdirproxy.h \ filesystemwidget.h \ fileview.h \ @@ -71,33 +46,16 @@ HEADERS = listitem.h \ shemoviconprovider.h \ messagedialog.h \ configurationdialog.h \ - archiveeditdialog.h \ - listeditor.h \ - covereditor.h \ - archivefilewidget.h \ - archiveviewwidget.h \ - archivefileview.h \ - archiveproxy.h \ - sizedelegate.h \ - archiveddelegate.h \ textenterdialog.h \ moviepropertiesdialog.h \ statisticsdialog.h \ actorwidget.h \ actormodel.h \ - fileinfoitem.h \ - fileinfomodel.h \ actorcountmodel.h \ graphbarwidget.h \ programconfigurator.h \ - addmoviewizard.h \ - listmodelsingleton.h \ - moviemodelsingleton.h \ pictureviewer.h \ pictureviewerinfoitem.h \ - archiveiteminfoedit.h \ - archiveitemcoveredit.h \ - archiveitemeditdialog.h \ smtreeitem.h \ smtreemodel.h \ smmodelsingleton.h \ |