mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Add dummy Sync with menu
This commit is contained in:
@@ -240,6 +240,10 @@ SourceTreeView::setupMenus()
|
||||
{
|
||||
QAction* exportPlaylist = m_playlistMenu.addAction( tr( "&Export Playlist") );
|
||||
connect( exportPlaylist, SIGNAL( triggered() ), this, SLOT( exportPlaylist() ) );
|
||||
|
||||
QMenu* playlistSyncMenu = m_playlistMenu.addMenu( tr( "Sync with .." ) );
|
||||
// TODO: List Services that can sync a playlist
|
||||
// TODO: Add a checkmark to the service that syncs this playlist
|
||||
}
|
||||
|
||||
QAction* deletePlaylistAction = m_playlistMenu.addAction( tr( "&Delete %1" ).arg( SourcesModel::rowTypeToString( type ) ) );
|
||||
|
Reference in New Issue
Block a user