mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Use auto to avoid duplicating the type name
This commit is contained in:
@ -34,7 +34,7 @@ YACReaderSlider::YACReaderSlider(QWidget *parent)
|
||||
|
||||
setFocusPolicy(Qt::StrongFocus);
|
||||
|
||||
QHBoxLayout *pLayout = new QHBoxLayout();
|
||||
auto pLayout = new QHBoxLayout();
|
||||
|
||||
pLayout->addStretch();
|
||||
|
||||
|
Reference in New Issue
Block a user