mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
2019-10-21 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RDLOGEDIT.WAVEFORM_CAPTION' field to the database. * Incremented the database version to 311. * Added a 'WaveForm Caption' control to the 'Edit RDLogEdit' dialog in rdadmin(1). * Implemented the 'WaveForm Caption' setting in the Voicetracker dialog in rdlogedit(1).
This commit is contained in:
@@ -53,6 +53,8 @@ class RDLogeditConf
|
||||
void setMaxLength(unsigned length) const;
|
||||
unsigned tailPreroll() const;
|
||||
void setTailPreroll(unsigned length) const;
|
||||
QString waveformCaption() const;
|
||||
void setWaveformCaption(const QString &str);
|
||||
unsigned startCart() const;
|
||||
void setStartCart(unsigned cartnum) const;
|
||||
unsigned endCart() const;
|
||||
@@ -73,6 +75,7 @@ class RDLogeditConf
|
||||
void SetRow(const QString ¶m,int value) const;
|
||||
void SetRow(const QString ¶m,unsigned value) const;
|
||||
void SetRow(const QString ¶m,bool value) const;
|
||||
void SetRow(const QString ¶m,const QString &value) const;
|
||||
QString lib_station;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user