mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2022-02-28 Fred Gleason <fredg@paravelsystems.com>
* Updated 'RDCartDialog' to eliminate superfluous SQL filter updates. * Updated 'RDCutDialog' to eliminate superfluous SQL filter updates. * Updated rdlibrary(1) to eliminate superfluous SQL filter updates. * Updated rdlogedit(1) to eliminate superfluous SQL filter updates. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -27,6 +27,13 @@ LogModel::LogModel(const QString &logname,QObject *parent)
|
||||
}
|
||||
|
||||
|
||||
LogModel::LogModel(QObject *parent)
|
||||
: RDLogModel(parent)
|
||||
{
|
||||
d_group_list=new RDGroupList();
|
||||
}
|
||||
|
||||
|
||||
LogModel::~LogModel()
|
||||
{
|
||||
delete d_group_list;
|
||||
|
||||
Reference in New Issue
Block a user