mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -04:00
Use auto to avoid duplicating the type name
This commit is contained in:
@ -20,7 +20,7 @@ SearchSingleComic::SearchSingleComic(QWidget *parent)
|
||||
|
||||
//numberEdit->setMaximumWidth(126);
|
||||
|
||||
QVBoxLayout *l = new QVBoxLayout;
|
||||
auto l = new QVBoxLayout;
|
||||
//QHBoxLayout * hl = new QHBoxLayout;
|
||||
//hl->addWidget(titleEdit);
|
||||
//hl->addWidget(numberEdit);
|
||||
|
Reference in New Issue
Block a user