mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-29 16:53:53 +01:00
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:
@@ -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'.
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user