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.cpp | |
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.cpp')
-rw-r--r-- | archiveview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archiveview.cpp b/archiveview.cpp index d049145..c8b72a0 100644 --- a/archiveview.cpp +++ b/archiveview.cpp @@ -713,4 +713,3 @@ void PartEditor::setSubtitle(const QString &subtitle){ QString PartEditor::subtitle() const { return mSubtitle->text(); } - |