mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-16 09:31:15 +01:00
2021-09-21 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlibrary(1) that failed to update the length of macro carts after editing. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -48,6 +48,7 @@ class RDMacroCartModel : public QAbstractTableModel
|
||||
bool isEndHandle(const QModelIndex &row) const;
|
||||
QString code(const QModelIndex &row) const;
|
||||
QString allCode() const;
|
||||
int totalLength() const;
|
||||
QModelIndex addLine(const QModelIndex &row,const QString &rml);
|
||||
void removeLine(const QModelIndex &row);
|
||||
void refresh(const QModelIndex &row,const QString &rml);
|
||||
|
||||
Reference in New Issue
Block a user