mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 08:40:12 +01:00
2022-03-25 Fred Gleason <fredg@paravelsystems.com>
* Reverted the following changes: 2022-03-09 Fred Gleason <fredg@paravelsystems.com> * Fixed a regression in rdlogedit(1) that caused events from previously viewed logs to be prepended to subsequent logs viewed during the same session. 2022-03-09 Fred Gleason <fredg@paravelsystems.com> * Refactored the 'RDAddLog' dialog to allow for instance reuse. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -20,6 +20,13 @@
|
||||
|
||||
#include "logmodel.h"
|
||||
|
||||
LogModel::LogModel(const QString &logname,QObject *parent)
|
||||
: RDLogModel(logname,false,parent)
|
||||
{
|
||||
d_group_list=new RDGroupList();
|
||||
}
|
||||
|
||||
|
||||
LogModel::LogModel(QObject *parent)
|
||||
: RDLogModel(parent)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user