From f6eb9eb58568b5fde537cc8119914dc77b25b46a Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 14 Jul 2018 14:30:47 +0200 Subject: 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. --- shemov.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'shemov.pro') diff --git a/shemov.pro b/shemov.pro index 38916a6..075b300 100644 --- a/shemov.pro +++ b/shemov.pro @@ -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 -- cgit v1.2.3-70-g09d2