Skip to content

Commit

Permalink
oops, remove dup line
Browse files Browse the repository at this point in the history
  • Loading branch information
dougma committed Sep 3, 2009
1 parent d582a7a commit 145ed1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/radio/MainWidget.h
Expand Up @@ -153,7 +153,6 @@ class BackForwardControls : public QWidget
button->setEnabled(nowPlaying->isPlaying());
connect(button, SIGNAL(clicked()), SIGNAL(forward()));
connect(nowPlaying, SIGNAL(playingStateChange(bool)), button, SLOT(setEnabled(bool)));
connect(nowPlaying, SIGNAL(playingStateChange(bool)), button, SLOT(setEnabled(bool)));
rowLayout->addWidget(button, 1, Qt::AlignRight);
} else {
rowLayout->addStretch(1); // need this to get the label centered
Expand Down

0 comments on commit 145ed1d

Please sign in to comment.