mirror of
https://github.com/YACReader/yacreader
synced 2025-07-25 08:25:03 -04:00
fixed some signal/slot connections and warnings
This commit is contained in:
@ -41,7 +41,7 @@ ImportComicsInfoDialog::ImportComicsInfoDialog(QWidget *parent)
|
||||
progressBar->setMaximum(0);
|
||||
progressBar->setTextVisible(false);
|
||||
progressBar->hide();
|
||||
connect(accept,SIGNAL(progressBar()),this,SLOT(show()));
|
||||
connect(accept,SIGNAL(clicked()),progressBar,SLOT(show()));
|
||||
|
||||
QHBoxLayout *bottomLayout = new QHBoxLayout;
|
||||
bottomLayout->addStretch();
|
||||
|
Reference in New Issue
Block a user