diff options
author | Arno <am@disconnect.de> | 2010-05-29 12:40:45 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-05-29 12:40:45 +0200 |
commit | d95e3f02d6615854547bded419de81395b28c2c5 (patch) | |
tree | 8f550fda5daa1fe6b27469a8b1ead04b9a364d73 /shemov.pro | |
parent | 98903de8351e1f78a057febe0bb996223a238d56 (diff) | |
download | SheMov-d95e3f02d6615854547bded419de81395b28c2c5.tar.gz SheMov-d95e3f02d6615854547bded419de81395b28c2c5.tar.bz2 SheMov-d95e3f02d6615854547bded419de81395b28c2c5.zip |
Implemented ArchiveItemCoverEdit
Implemented Widget in preparation for the new ArchiveItemEditDialog.
It's still quite convoluted, but I can't think of a better way to do
this.
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -45,7 +45,8 @@ SOURCES = main.cpp \ moviemodelsingleton.cpp \ pictureviewer.cpp \ pictureviewerinfoitem.cpp \ - archiveiteminfoedit.cpp + archiveiteminfoedit.cpp \ + archiveitemcoveredit.cpp HEADERS = listitem.h \ listmodel.h \ movieitem.h \ @@ -86,6 +87,7 @@ HEADERS = listitem.h \ moviemodelsingleton.h \ pictureviewer.h \ pictureviewerinfoitem.h \ - archiveiteminfoedit.h + archiveiteminfoedit.h \ + archiveitemcoveredit.h LIBS += -lmagic RESOURCES = shemov.qrc |