mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2016-07-11 Fred Gleason <fredg@paravelsystems.com>
* Added rdxml_parse_test(1) in 'tests/'. * Added a RDCart::readXml()' method in 'lib/rdcart.cpp' and 'lib/rdcart.h'. * Fixed a typo in the 'averageSegueLength' field in the 'RDCart::xml()' method in 'lib/rdcart.cpp'. * Removed the 'validity' field from the output of the 'RDCart::xml()' method in 'lib/rdcart.cpp'. * Removed the 'validity' and 'localCounter' fields from the output of the 'RDCut::xml()' method in 'lib/rdcut.cpp'.
This commit is contained in:
@@ -254,7 +254,7 @@ void RDWaveDataDialog::okData()
|
||||
else {
|
||||
wave_data->setReleaseYear(wave_year_edit->text().toInt());
|
||||
}
|
||||
wave_data->setUsageCode(wave_usage_box->currentItem());
|
||||
wave_data->setUsageCode((RDWaveData::UsageCode)wave_usage_box->currentItem());
|
||||
wave_data->setTmciSongId(wave_songid_edit->text());
|
||||
wave_data->setBeatsPerMinute(wave_bpm_spin->value());
|
||||
wave_data->setAlbum(wave_album_edit->text());
|
||||
|
||||
Reference in New Issue
Block a user