mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
clang-format
This commit is contained in:
@ -23,7 +23,7 @@ SelectComic::SelectComic(QWidget *parent)
|
||||
auto left = new QVBoxLayout;
|
||||
auto content = new QGridLayout;
|
||||
|
||||
//widgets
|
||||
// widgets
|
||||
cover = new QLabel();
|
||||
cover->setScaledContents(true);
|
||||
cover->setAlignment(Qt::AlignTop | Qt::AlignHCenter);
|
||||
@ -32,7 +32,7 @@ SelectComic::SelectComic(QWidget *parent)
|
||||
detailLabel = new ScraperScrollLabel(this);
|
||||
|
||||
tableComics = new ScraperTableView(this);
|
||||
//connections
|
||||
// connections
|
||||
connect(tableComics, &QAbstractItemView::clicked, this, &SelectComic::loadComicInfo);
|
||||
|
||||
paginator->setCustomLabel(tr("comics"));
|
||||
|
Reference in New Issue
Block a user