mirror of
https://github.com/gtalent/sc9k.git
synced 2025-01-23 07:23:38 -06:00
Remove redundant addition of controlsLayout to rootLyt
This commit is contained in:
parent
4e70b0d3f5
commit
3ebe14b411
@ -28,7 +28,6 @@ MainWindow::MainWindow(QWidget *parent): QMainWindow(parent) {
|
||||
const auto btnNextSong = new QPushButton(tr("Next Song (Right))"), this);
|
||||
const auto btnBlankSlides = new QPushButton(tr("Blank Slides (,)"), this);
|
||||
const auto btnShowSlides = new QPushButton(tr("Show Slides (.)"), this);
|
||||
rootLyt->addLayout(controlsLayout);
|
||||
controlsLayout->addWidget(btnPrevSlide, 0, 0);
|
||||
controlsLayout->addWidget(btnNextSlide, 0, 1);
|
||||
controlsLayout->addWidget(btnPrevSong, 1, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user