markerpropertiesdialog: update dialog title

This commit is contained in:
itsmattkc
2022-05-02 16:06:50 -07:00
parent d2010760ed
commit 9fb50b2fe6
@@ -117,6 +117,8 @@ MarkerPropertiesDialog::MarkerPropertiesDialog(const std::vector<TimelineMarker
connect(buttons, &QDialogButtonBox::accepted, this, &MarkerPropertiesDialog::accept);
connect(buttons, &QDialogButtonBox::rejected, this, &MarkerPropertiesDialog::reject);
layout->addWidget(buttons, row, 0, 1, 2);
setWindowTitle(tr("Edit Markers"));
}
void MarkerPropertiesDialog::accept()