diff options
author | Arno <arno@disconnect.de> | 2018-04-04 21:42:55 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-04-04 21:42:55 +0200 |
commit | b0768ce9758a349df68fee08cd02f39566d99ec7 (patch) | |
tree | 859780d69c61b78371057a0a56d84b6ca3f11970 /moviepropertiesdialog.h | |
parent | 98c75be2b35096dd3f8a6f9f9d710a1eed0a9938 (diff) | |
download | SheMov-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.h | 1 |
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(); |