From a896d928412bc8f02131c8c6ab0d8c1ad4e4753f Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 3 Nov 2018 07:55:02 +0100 Subject: Put WizardTreeModel in separate file One class per file :) No functional changes, just code shuffle and reindention. --- shemov.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'shemov.pro') diff --git a/shemov.pro b/shemov.pro index b5dfce6..da69ea8 100644 --- a/shemov.pro +++ b/shemov.pro @@ -58,7 +58,8 @@ SOURCES = main.cpp \ mappingtreeproxy.cpp \ mappingtreeresultmodel.cpp \ mappingdata.cpp \ - videoviewer.cpp + videoviewer.cpp \ + wizardtreemodel.cpp HEADERS = \ shemov.h \ helper.h \ @@ -111,7 +112,8 @@ HEADERS = \ mappingtreeproxy.h \ mappingtreeresultmodel.h \ mappingdata.h \ - videoviewer.h + videoviewer.h \ + wizardtreemodel.h LIBS += -lmagic -lXfixes -lX11 -lMagick++-6.Q16HDRI INCLUDEPATH += /usr/include/ImageMagick-6/ RESOURCES = shemov.qrc -- cgit v1.2.3-70-g09d2