mpviewplugins/mpcollectionviewplugin/inc/mpcollectionpopuphandler.h
changeset 29 8192e5b5c935
parent 25 3ec52facab4d
child 37 eb79a7c355bf
--- a/mpviewplugins/mpcollectionviewplugin/inc/mpcollectionpopuphandler.h	Fri May 14 15:49:53 2010 +0300
+++ b/mpviewplugins/mpcollectionviewplugin/inc/mpcollectionpopuphandler.h	Thu May 27 12:49:57 2010 +0300
@@ -41,10 +41,11 @@
     void openRenamePlaylistContainerDialog( const QString &currentName );
     void openRenamePlaylistItemDialog( const QString &currentName );
     void openAddSongsToPlaylist( QAbstractItemModel* model );
+    void openAddSongsToPlaylistFromTBone();
     void openDeleteSongs( QAbstractItemModel* model );
     void openAddToCurrentPlaylist( MpMpxCollectionData* collectionData );
     void openCreateNewPlaylist( MpMpxCollectionData* collectionData );
-    void openArrangeSongs( MpMpxCollectionData* collectionData );
+    void openArrangeSongs();
     void cancelOngoingPopup();
 
     bool showingPopup();
@@ -76,7 +77,7 @@
     void queryNewPlaylistName(const QStringList &playlists, const char *handler );
     void getText(const QString &label, const QString &text, const char *handler );
     void getModelIndexes( const QString &label, QAbstractItemModel* model, const char *handler );
-    void launchArrangeSongsDialog( MpMpxCollectionData* collectionData );
+    void launchArrangeSongsDialog();
     void requestDelete( QList<int> &selection );
 
 private: