2021-01-18 Fred Gleason <fredg@paravelsystems.com>

* Removed unused method from 'RDLibraryModel'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-01-18 09:03:40 -05:00
parent fa323e8961
commit 5058e0a7ca
3 changed files with 2 additions and 6 deletions

View File

@@ -20824,3 +20824,5 @@
2021-01-18 Fred Gleason <fredg@paravelsystems.com> 2021-01-18 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlibrary(1) that caused macro carts to * Fixed a regression in rdlibrary(1) that caused macro carts to
get an evergreen background color. get an evergreen background color.
2021-01-18 Fred Gleason <fredg@paravelsystems.com>
* Removed unused method from 'RDLibraryModel'.

View File

@@ -450,11 +450,6 @@ void RDLibraryModel::setFilterSql(const QString &sql)
} }
void RDLibraryModel::processNotification(RDNotification *notify)
{
}
void RDLibraryModel::updateModel(const QString &filter_sql) void RDLibraryModel::updateModel(const QString &filter_sql)
{ {
QString sql; QString sql;

View File

@@ -70,7 +70,6 @@ class RDLibraryModel : public QAbstractItemModel
public slots: public slots:
void setShowNotes(int state); void setShowNotes(int state);
void setFilterSql(const QString &sql); void setFilterSql(const QString &sql);
void processNotification(RDNotification *notify);
protected: protected:
void updateModel(const QString &filter_sql); void updateModel(const QString &filter_sql);