diff options
author | Arno <am@disconnect.de> | 2013-09-21 05:43:34 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-09-21 05:43:34 +0200 |
commit | 028203679a6bbd45287e8ca35a104b026e886c69 (patch) | |
tree | 1140abc63440a40c5a4a6be35ce16013b93f351a /archiveview.h | |
parent | 896be3c0f9d8de231da6f3ab840c0cc39d3510a4 (diff) | |
download | SheMov-028203679a6bbd45287e8ca35a104b026e886c69.tar.gz SheMov-028203679a6bbd45287e8ca35a104b026e886c69.tar.bz2 SheMov-028203679a6bbd45287e8ca35a104b026e886c69.zip |
Implement addCovers
Add covers to an already archived movie.
Diffstat (limited to 'archiveview.h')
-rw-r--r-- | archiveview.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archiveview.h b/archiveview.h index 22bc960..ce0732a 100644 --- a/archiveview.h +++ b/archiveview.h @@ -223,7 +223,6 @@ class PartEditor : public QDialog { void setSubtitle(const QString &subtitle); QString subtitle() const; - private: QSpinBox *mPartNo; QLineEdit *mSubtitle; |