diff options
author | Arno <arno@disconnect.de> | 2018-07-14 14:30:47 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-07-14 14:30:47 +0200 |
commit | f6eb9eb58568b5fde537cc8119914dc77b25b46a (patch) | |
tree | 6705b4a8648d1ff495d968f239336a6f41bc2672 /shemov.pro | |
parent | d82fb61156a3addbd798d07f944e9f5a8b51ae5d (diff) | |
download | SheMov-f6eb9eb58568b5fde537cc8119914dc77b25b46a.tar.gz SheMov-f6eb9eb58568b5fde537cc8119914dc77b25b46a.tar.bz2 SheMov-f6eb9eb58568b5fde537cc8119914dc77b25b46a.zip |
Rename PictureView to PictureListView
Rename it to make clear(er) that it is a TreeView, not a picture viewer.
Also, remove it from pictureswidget.{h,cpp} into a separate file.
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -48,7 +48,8 @@ SOURCES = main.cpp \ smview.cpp \ moviepropertiesdialog.cpp \ sminputdialog.cpp \ - editfiledialog.cpp + editfiledialog.cpp \ + picturelistview.cpp HEADERS = \ shemov.h \ helper.h \ @@ -91,7 +92,8 @@ HEADERS = \ smview.h \ moviepropertiesdialog.h \ sminputdialog.h \ - editfiledialog.h + editfiledialog.h \ + picturelistview.h LIBS += -lmagic -lXfixes -lX11 -lMagick++-6.Q16HDRI INCLUDEPATH += /usr/include/ImageMagick-6/ RESOURCES = shemov.qrc |