From d54f8bc5effe3c008ff39f0e55bf1b71e08c19af Mon Sep 17 00:00:00 2001 From: Arno Date: Thu, 19 Jul 2018 18:21:11 +0200 Subject: Just code shuffle, no functional change Split up all the classes in mappingtreewidget into separate files to make editing easier. --- shemov.pro | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'shemov.pro') diff --git a/shemov.pro b/shemov.pro index 95f4cc2..d97a94a 100644 --- a/shemov.pro +++ b/shemov.pro @@ -50,7 +50,12 @@ SOURCES = main.cpp \ sminputdialog.cpp \ editfiledialog.cpp \ picturelistview.cpp \ - mappingtreeview.cpp + mappingtreeview.cpp \ + mappingtreeresultview.cpp \ + mappingeditwidget.cpp \ + mappinginputdialog.cpp \ + mappingeditdialog.cpp \ + mappingtreeproxy.cpp HEADERS = \ shemov.h \ helper.h \ @@ -95,7 +100,12 @@ HEADERS = \ sminputdialog.h \ editfiledialog.h \ picturelistview.h \ - mappingtreeview.h + mappingtreeview.h \ + mappingtreeresultview.h \ + mappingeditwidget.h \ + mappinginputdialog.h \ + mappingeditdialog.h \ + mappingtreeproxy.h LIBS += -lmagic -lXfixes -lX11 -lMagick++-6.Q16HDRI INCLUDEPATH += /usr/include/ImageMagick-6/ RESOURCES = shemov.qrc -- cgit v1.2.3-70-g09d2