Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lastfm/lastfm-desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
eartle committed Jan 22, 2013
2 parents 24d4a63 + ca7c6ea commit 4e5151b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/client/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,10 @@ MainWindow::onDiagnosticsTriggered()
void
MainWindow::setBetaUpdates( bool betaUpdates )
{
#if defined(Q_OS_MAC) || defined(Q_OS_WIN)
if ( m_updater )
m_updater->setBetaUpdates( betaUpdates );
#endif
}

void
Expand Down
2 changes: 1 addition & 1 deletion app/client/Widgets/NothingPlayingWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ NothingPlayingWidget::onSessionChanged( const unicorn::Session& session )
}
}

#ifndef Q_OS_MAC
#ifdef Q_OS_WIN
void
NothingPlayingWidget::startApp( const QString& app )
{
Expand Down
2 changes: 2 additions & 0 deletions app/client/Widgets/NothingPlayingWidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ class NothingPlayingWidget : public QFrame
private slots:
void onSessionChanged( const unicorn::Session& session );

#if defined( Q_OS_MAC ) || defined( Q_OS_WIN )
void oniTunesClicked();
#endif
#ifdef Q_OS_WIN
void onWinampClicked();
void onWMPClicked();
Expand Down

0 comments on commit 4e5151b

Please sign in to comment.