summaryrefslogtreecommitdiffstats
path: root/moviepropertiesdialog.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-04-04 21:42:55 +0200
committerArno <arno@disconnect.de>2018-04-04 21:42:55 +0200
commitb0768ce9758a349df68fee08cd02f39566d99ec7 (patch)
tree859780d69c61b78371057a0a56d84b6ca3f11970 /moviepropertiesdialog.h
parent98c75be2b35096dd3f8a6f9f9d710a1eed0a9938 (diff)
downloadSheMov-b0768ce9758a349df68fee08cd02f39566d99ec7.tar.gz
SheMov-b0768ce9758a349df68fee08cd02f39566d99ec7.tar.bz2
SheMov-b0768ce9758a349df68fee08cd02f39566d99ec7.zip
MoviePropertiesDialog: actually do something
Update database on accpet() Yes, I know that some code could be shared, but I want to keep it clean.
Diffstat (limited to 'moviepropertiesdialog.h')
-rw-r--r--moviepropertiesdialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/moviepropertiesdialog.h b/moviepropertiesdialog.h
index 944b4c3..f44c35a 100644
--- a/moviepropertiesdialog.h
+++ b/moviepropertiesdialog.h
@@ -16,6 +16,7 @@ class MoviePropertiesDialog : public QDialog {
public slots:
void init(int seriesPartsId);
+ virtual void accept();
private:
void setupDialog();