--- 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 ¤tName );
void openRenamePlaylistItemDialog( const QString ¤tName );
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: