diff --git a/ChangeLog b/ChangeLog index 34a41752..6f5702e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20806,3 +20806,5 @@ instead of 'int'. * Modified 'RDLogListModel::addLog()' to return 'QModelIndex' instead of 'int'. +2021-01-15 Fred Gleason + * Commented out removed slots in 'rdairplay/list_log.cpp'. diff --git a/rdairplay/list_log.cpp b/rdairplay/list_log.cpp index d44daa3a..059f67a8 100644 --- a/rdairplay/list_log.cpp +++ b/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)),