mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-15 13:32:35 +02:00
* Open currently playing page when clicking on track in AudioControls.
This commit is contained in:
parent
dbfbc7bf75
commit
acbb8c5df8
@ -144,6 +144,7 @@ AudioControls::AudioControls( QWidget* parent )
|
||||
// connect( ui->socialButton, SIGNAL( clicked() ), SLOT( onSocialButtonClicked() ) );
|
||||
// connect( ui->loveButton, SIGNAL( clicked( bool ) ), SLOT( onLoveButtonClicked( bool ) ) );
|
||||
connect( ui->ownerButton, SIGNAL( clicked() ), SLOT( onOwnerButtonClicked() ) );
|
||||
connect( ui->trackLabel, SIGNAL( clicked() ), ViewManager::instance(), SLOT( showCurrentTrack() ) );
|
||||
|
||||
connect( AudioEngine::instance(), SIGNAL( loading( Tomahawk::result_ptr ) ), SLOT( onPlaybackLoading( Tomahawk::result_ptr ) ) );
|
||||
connect( AudioEngine::instance(), SIGNAL( started( Tomahawk::result_ptr ) ), SLOT( onPlaybackStarted( Tomahawk::result_ptr ) ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user