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:
Fred Gleason 2021-01-15 10:38:15 -05:00
parent 6ecad43241
commit a94a47e38d
2 changed files with 8 additions and 6 deletions

View File

@ -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'.

View File

@ -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)),