Commit 34abc766689bca2845fe913b5e8149a4da3fbb8c
- Diff rendering mode:
- inline
- side by side
amarok/playerapp.cpp
(3 / 0)
|   | |||
| 705 | 705 | if ( object ) { | |
| 706 | 706 | connect( object, SIGNAL( destroyed () ), | |
| 707 | 707 | pProxy, SLOT( deleteLater () ) ); | |
| 708 | connect( this, SIGNAL( deleteProxy () ), | ||
| 709 | pProxy, SLOT( deleteLater () ) ); | ||
| 708 | 710 | connect( pProxy, SIGNAL( error () ), | |
| 709 | 711 | this, SLOT( proxyError () ) ); | |
| 710 | 712 | connect( pProxy, SIGNAL( metaData ( const MetaBundle& ) ), | |
| … | … | ||
| 744 | 744 | ||
| 745 | 745 | m_proxyError = true; | |
| 746 | 746 | m_pEngine->stop(); | |
| 747 | emit deleteProxy(); | ||
| 747 | 748 | slotPlay(); | |
| 748 | 749 | } | |
| 749 | 750 |
amarok/playerapp.h
(2 / 1)
|   | |||
| 117 | 117 | void orderCurrentTrack(); | |
| 118 | 118 | void orderNextTrack(); | |
| 119 | 119 | void currentTrack( const KURL& ); | |
| 120 | |||
| 120 | void deleteProxy(); | ||
| 121 | |||
| 121 | 122 | private: | |
| 122 | 123 | void handleCliArgs(); | |
| 123 | 124 | void initBrowserWin(); |

