mirror of
https://github.com/YACReader/yacreader
synced 2025-12-03 07:52:58 -05: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