mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-03-06 14:35:27 +01:00
2020-04-18 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'EVENTS.PROPERTIES' field from the database. * Incremented the database version to 316. * Removed the 'RDEventLine::properties()' and 'RDEventLine::setProperties()' methods. * Added 'RDEventLine::propertiesText()' methods. * Added a 'Trans' column to the event list in the 'Edit Clock' dialog in rdlogmanager(1). * Added a 'Trans' column to the event list in the 'List Events' dialog in rdlogmanager(1). Signed-off-by: Fred Gleason <fredg@paraelsystems.com>
This commit is contained in:
@@ -58,19 +58,6 @@ QString RDEvent::name() const
|
||||
}
|
||||
|
||||
|
||||
QString RDEvent::properties() const
|
||||
{
|
||||
bool ok;
|
||||
return GetStringValue("PROPERTIES",&ok);
|
||||
}
|
||||
|
||||
|
||||
void RDEvent::setProperties(const QString &str) const
|
||||
{
|
||||
SetRow("PROPERTIES",str,true);
|
||||
}
|
||||
|
||||
|
||||
QString RDEvent::displayText(bool *ok) const
|
||||
{
|
||||
return GetStringValue("DISPLAY_TEXT",ok);
|
||||
|
||||
Reference in New Issue
Block a user