summaryrefslogtreecommitdiffstats
path: root/seriestreewidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'seriestreewidget.cpp')
-rw-r--r--seriestreewidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/seriestreewidget.cpp b/seriestreewidget.cpp
index b5a48be..7e60c53 100644
--- a/seriestreewidget.cpp
+++ b/seriestreewidget.cpp
@@ -286,11 +286,11 @@ AddCoverDialog::AddCoverDialog(QWidget *parent, Qt::WindowFlags f) : QDialog(par
foreach(QString t, coverTypes.values()){
types << t;
}
+ connect(mFileType, SIGNAL(currentIndexChanged(QString)), this, SLOT(typeChanged(QString)));
mFileType->addItems(types);
QHBoxLayout *typesLayout = new QHBoxLayout;
typesLayout->setAlignment(Qt::AlignCenter);
typesLayout->addWidget(mFileType);
- connect(mFileType, SIGNAL(currentIndexChanged(QString)), this, SLOT(typeChanged(QString)));
//buttons
mOk = new QPushButton(tr("Ok"));