mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 16:20:14 +01:00
2022-09-29 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RDCart::prettyText()' method. * Added 'RDCut::prettyText()' methods. * Fixed a bug in rdcatch(1) that caused the 'Edit Upload' dialog to fail to be completely cleared when creating a new event. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2232,6 +2232,12 @@ QString RDCart::ensureTitleIsUnique(unsigned except_cartnum,
|
||||
}
|
||||
|
||||
|
||||
QString RDCart::prettyText(unsigned cartnum)
|
||||
{
|
||||
return QString::asprintf("%06u",cartnum);
|
||||
}
|
||||
|
||||
|
||||
QVariant RDCart::GetXmlValue(const QString &tag,const QString &line)
|
||||
{
|
||||
bool ok=false;
|
||||
|
||||
Reference in New Issue
Block a user