mirror of
https://github.com/YACReader/yacreader
synced 2025-11-13 21:42:50 -05: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