diff options
author | Arno <arno@disconnect.de> | 2018-04-04 18:52:09 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-04-04 18:52:09 +0200 |
commit | f48e27a63c59840979dd848893ffba3faefdfdde (patch) | |
tree | 71f1b6c59c3f75a11f38c6a2c703faa6250d72aa /shemov.pro | |
parent | 89c3587b8768bb49d7f82aa845781ee485df8370 (diff) | |
download | SheMov-f48e27a63c59840979dd848893ffba3faefdfdde.tar.gz SheMov-f48e27a63c59840979dd848893ffba3faefdfdde.tar.bz2 SheMov-f48e27a63c59840979dd848893ffba3faefdfdde.zip |
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.
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |