diff options
author | Arno <arno@disconnect.de> | 2016-05-06 04:27:07 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-05-06 04:27:07 +0200 |
commit | 99fcbe41868834e52adaa9bc9f7cd186dd4eb3c9 (patch) | |
tree | b2504d18bca94b1e49d3722d224340f9405d6d7e /newmoviewizard.cpp | |
parent | ce6fba33a51bb586c1e2bc4977e4cd4d15594b00 (diff) | |
download | SheMov-99fcbe41868834e52adaa9bc9f7cd186dd4eb3c9.tar.gz SheMov-99fcbe41868834e52adaa9bc9f7cd186dd4eb3c9.tar.bz2 SheMov-99fcbe41868834e52adaa9bc9f7cd186dd4eb3c9.zip |
Add clear button to NewMovieWizard
Only show it when called from the wizard.
Diffstat (limited to 'newmoviewizard.cpp')
-rw-r--r-- | newmoviewizard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newmoviewizard.cpp b/newmoviewizard.cpp index 3cab09d..08907c2 100644 --- a/newmoviewizard.cpp +++ b/newmoviewizard.cpp @@ -532,7 +532,7 @@ MovieMappingPage::MovieMappingPage(const QString &table, QWidget *parent) : QWiz setTitle(title); setSubTitle(subTitle); - mWidget = new MappingEditorWidget(table); + mWidget = new MappingEditorWidget(table, true); QHBoxLayout *mainLayout = new QHBoxLayout; mainLayout->addWidget(mWidget); |