diff options
author | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-11-08 20:55:40 +0000 |
---|---|---|
committer | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-11-08 20:55:40 +0000 |
commit | 7e4fd320c0c74bc45e60de18ac5d2b656aa4d821 (patch) | |
tree | 30ec693bbb2ebfaf9e8576bd4b2d78ce0a817d4c /shemov.pro | |
parent | cb094b007ec5b7c197a7df502a778a2ce919128f (diff) | |
download | SheMov-7e4fd320c0c74bc45e60de18ac5d2b656aa4d821.tar.gz SheMov-7e4fd320c0c74bc45e60de18ac5d2b656aa4d821.tar.bz2 SheMov-7e4fd320c0c74bc45e60de18ac5d2b656aa4d821.zip |
-removed a lot of qDebug() includes
-turned the Fileinformation into a QTreeview, created a model for that
git-svn-id: file:///var/svn/repos2/shemov/trunk@422 f440f766-f032-0410-8965-dc7d17de2ca0
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -32,7 +32,9 @@ textenterdialog.cpp \ moviepropertiesdialog.cpp \ statisticsdialog.cpp \ actorwidget.cpp \ -actormodel.cpp +actormodel.cpp \ +fileinfoitem.cpp \ +fileinfomodel.cpp HEADERS = listitem.h \ listmodel.h \ movieitem.h \ @@ -63,7 +65,9 @@ textenterdialog.h \ moviepropertiesdialog.h \ statisticsdialog.h \ actorwidget.h \ -actormodel.h +actormodel.h \ +fileinfoitem.h \ +fileinfomodel.h LIBS += -lmagic LIBS += -lcryptopp INCLUDEPATH += /usr/include/cryptopp |