adding some tweaks to making song_editor working better
This commit is contained in:
parent
96d5bdac73
commit
f34e8cbd7e
4 changed files with 71 additions and 67 deletions
|
@ -793,7 +793,7 @@ pub mod song_model {
|
|||
let role_names_iter = role_names.iter();
|
||||
if let Some(song) = self.rust().songs.get(index as usize)
|
||||
{
|
||||
debug!(song);
|
||||
debug!(?song);
|
||||
for i in role_names_iter {
|
||||
qvariantmap.insert(
|
||||
QString::from(&i.1.to_string()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue