mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Use auto to avoid duplicating the type name
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
ScraperResultsPaginator::ScraperResultsPaginator(QWidget *parent)
|
||||
: QWidget(parent), customLabel("items")
|
||||
{
|
||||
QHBoxLayout *pagesButtonsLayout = new QHBoxLayout;
|
||||
auto pagesButtonsLayout = new QHBoxLayout;
|
||||
|
||||
QString labelStylesheet = "QLabel {color:white; font-size:12px;font-family:Arial;}";
|
||||
|
||||
|
Reference in New Issue
Block a user