diff options
author | Arno <am@disconnect.de> | 2010-06-12 11:36:22 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-06-12 11:36:22 +0200 |
commit | b7b3abf2bb11dc823dd7d1f68c6ebd279bc8a8dc (patch) | |
tree | a059f18743742678dd3fb2dd1f05cb4780ce1c76 /shemov.pro | |
parent | ed20c95fff998cb25457e5b9d95bce312816ebd9 (diff) | |
download | SheMov-b7b3abf2bb11dc823dd7d1f68c6ebd279bc8a8dc.tar.gz SheMov-b7b3abf2bb11dc823dd7d1f68c6ebd279bc8a8dc.tar.bz2 SheMov-b7b3abf2bb11dc823dd7d1f68c6ebd279bc8a8dc.zip |
Created basic ArchiveTreeView
Implemented Widget for archive tree view. It's very basic and does
nothing.
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -49,7 +49,8 @@ SOURCES = main.cpp \ smtreeitem.cpp \ smtreemodel.cpp \ smubermodel.cpp \ - smubermodelsingleton.cpp + smubermodelsingleton.cpp \ + archivetreeview.cpp HEADERS = listitem.h \ listmodel.h \ movieitem.h \ @@ -94,6 +95,7 @@ HEADERS = listitem.h \ smtreeitem.h \ smtreemodel.h \ smubermodel.h \ - smubermodelsingleton.h + smubermodelsingleton.h \ + archivetreeview.h LIBS += -lmagic RESOURCES = shemov.qrc |