diff options
author | Arno <arno@disconnect.de> | 2018-11-03 07:55:02 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-11-03 07:55:02 +0100 |
commit | a896d928412bc8f02131c8c6ab0d8c1ad4e4753f (patch) | |
tree | bb2d50f4675c3100b1a1a578988c41c3f5c6275f /shemov.pro | |
parent | 3bfc587c081df11a02fad65e9cf9a3174aba284a (diff) | |
download | SheMov-a896d928412bc8f02131c8c6ab0d8c1ad4e4753f.tar.gz SheMov-a896d928412bc8f02131c8c6ab0d8c1ad4e4753f.tar.bz2 SheMov-a896d928412bc8f02131c8c6ab0d8c1ad4e4753f.zip |
Put WizardTreeModel in separate file
One class per file :) No functional changes, just code shuffle and
reindention.
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |