Change to reference
This commit is contained in:
parent
a9c162476c
commit
9105b7615c
@ -892,7 +892,7 @@ void EditTagDialog::FetchTagSongChosen(const Song &original_song, const Song &ne
|
||||
}
|
||||
#endif
|
||||
|
||||
void EditTagDialog::SongSaveComplete(TagReaderReply *reply, const QString filename, const Song song) {
|
||||
void EditTagDialog::SongSaveComplete(TagReaderReply *reply, const QString &filename, const Song &song) {
|
||||
|
||||
pending_--;
|
||||
|
||||
|
@ -126,7 +126,7 @@ class EditTagDialog : public QDialog {
|
||||
void PreviousSong();
|
||||
void NextSong();
|
||||
|
||||
void SongSaveComplete(TagReaderReply *reply, const QString filename, const Song song);
|
||||
void SongSaveComplete(TagReaderReply *reply, const QString &filename, const Song &song);
|
||||
|
||||
private:
|
||||
struct FieldData {
|
||||
|
Loading…
x
Reference in New Issue
Block a user