From f48e27a63c59840979dd848893ffba3faefdfdde Mon Sep 17 00:00:00 2001 From: Arno Date: Wed, 4 Apr 2018 18:52:09 +0200 Subject: MoviePropertiesDialog: implement add actors and genres Only adds items to the view, doesn't do any changes to the database yet. Had to implement a custom InputDialog, because the standard InputDialog doesn't have a setter for the completer. --- shemov.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'shemov.pro') diff --git a/shemov.pro b/shemov.pro index 6a2fa32..8fdaa07 100644 --- a/shemov.pro +++ b/shemov.pro @@ -47,7 +47,8 @@ SOURCES = main.cpp \ viewer.cpp \ moviewidget.cpp \ smview.cpp \ - moviepropertiesdialog.cpp + moviepropertiesdialog.cpp \ + sminputdialog.cpp HEADERS = \ shemov.h \ helper.h \ @@ -89,7 +90,8 @@ HEADERS = \ viewer.h \ moviewidget.h \ smview.h \ - moviepropertiesdialog.h + moviepropertiesdialog.h \ + sminputdialog.h LIBS += -lmagic -lXfixes -lX11 -lMagick++-6.Q16HDRI INCLUDEPATH += /usr/include/ImageMagick-6/ RESOURCES = shemov.qrc -- cgit v1.2.3-70-g09d2