Home
last modified time | relevance | path

Searched refs:SE_editTagAction (Results 1 – 2 of 2) sorted by relevance

/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/SongEditor/
H A DSongEditorPanelTagWidget.cpp156SE_editTagAction *action = new SE_editTagAction( newTagItem->text() ,oldText.value( songPosition … in on_okBtn_clicked()
/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/
H A DUndoActions.h447 class SE_editTagAction : public QUndoCommand
450 SE_editTagAction( QString text, QString oldText, int position ){ in SE_editTagAction() function