mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-02 00:52:34 +02:00
2021-01-15 Fred Gleason <fredg@paravelsystems.com>
* Commented out removed slots in 'rdairplay/list_log.cpp'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
6ecad43241
commit
a94a47e38d
@ -20806,3 +20806,5 @@
|
||||
instead of 'int'.
|
||||
* Modified 'RDLogListModel::addLog()' to return 'QModelIndex' instead
|
||||
of 'int'.
|
||||
2021-01-15 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Commented out removed slots in 'rdairplay/list_log.cpp'.
|
||||
|
@ -329,14 +329,14 @@ ListLog::ListLog(RDLogPlay *log,int id,bool allow_pause,
|
||||
//
|
||||
// connect(list_log,SIGNAL(reloaded()),this,SLOT(logReloadedData()));
|
||||
// connect(list_log,SIGNAL(played(int)),this,SLOT(logPlayedData(int)));
|
||||
connect(list_log,SIGNAL(paused(int)),this,SLOT(logPausedData(int)));
|
||||
connect(list_log,SIGNAL(stopped(int)),this,SLOT(logStoppedData(int)));
|
||||
connect(list_log,SIGNAL(inserted(int)),this,SLOT(logInsertedData(int)));
|
||||
connect(list_log,SIGNAL(removed(int,int,bool)),
|
||||
this,SLOT(logRemovedData(int,int,bool)));
|
||||
// connect(list_log,SIGNAL(paused(int)),this,SLOT(logPausedData(int)));
|
||||
// connect(list_log,SIGNAL(stopped(int)),this,SLOT(logStoppedData(int)));
|
||||
// connect(list_log,SIGNAL(inserted(int)),this,SLOT(logInsertedData(int)));
|
||||
// connect(list_log,SIGNAL(removed(int,int,bool)),
|
||||
// this,SLOT(logRemovedData(int,int,bool)));
|
||||
connect(list_log,SIGNAL(transportChanged()),
|
||||
this,SLOT(transportChangedData()));
|
||||
connect(list_log,SIGNAL(modified(int)),this,SLOT(modifiedData(int)));
|
||||
// connect(list_log,SIGNAL(modified(int)),this,SLOT(modifiedData(int)));
|
||||
connect(list_log,SIGNAL(refreshabilityChanged(bool)),
|
||||
this,SLOT(refreshabilityChangedData(bool)));
|
||||
connect(list_log,SIGNAL(auditionHeadPlayed(int)),
|
||||
|
Loading…
x
Reference in New Issue
Block a user