mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 07:10:11 +01:00
2016-08-03 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdlibrary(1) that caused exports to contain incorrect marker data in the RDXL file structure.
This commit is contained in:
@@ -136,7 +136,8 @@ class RDCart
|
||||
bool validateLengths(int len) const;
|
||||
void getMetadata(RDWaveData *data) const;
|
||||
void setMetadata(const RDWaveData *data);
|
||||
QString xml(bool include_cuts,RDSettings *settings=NULL,int cutnum=-1) const;
|
||||
QString xml(bool include_cuts,bool absolute,
|
||||
RDSettings *settings=NULL,int cutnum=-1) const;
|
||||
void updateLength();
|
||||
void updateLength(bool enforce_length,unsigned length);
|
||||
void resetRotation() const;
|
||||
|
||||
Reference in New Issue
Block a user