mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 16:41:18 +02:00
2023-01-30 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdlogmanager(1) that would cause the pre-import and post-import event lists to fail to be propagated to the newly created event. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// importcartsmodel.cpp
|
||||
//
|
||||
// Data model for Rivendell hosts
|
||||
// Data model for Rivendell rdlogmanager(1) pre- and post-import event lists
|
||||
//
|
||||
// (C) Copyright 2021 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2021-2023 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -64,6 +64,18 @@ ImportCartsModel::~ImportCartsModel()
|
||||
}
|
||||
|
||||
|
||||
QString ImportCartsModel::eventName() const
|
||||
{
|
||||
return d_event_name;
|
||||
}
|
||||
|
||||
|
||||
void ImportCartsModel::setEventName(const QString &str)
|
||||
{
|
||||
d_event_name=str;
|
||||
}
|
||||
|
||||
|
||||
QPalette ImportCartsModel::palette()
|
||||
{
|
||||
return d_palette;
|
||||
|
Reference in New Issue
Block a user