mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 18:23:29 +02:00
Fix up deprecated notice
This commit is contained in:
parent
6837d7e5e8
commit
62cf42732b
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ signals:
|
|||
* @function Midi.midiNote
|
||||
* @param {MidiMessage} message - The MIDI message.
|
||||
* @returns {Signal}
|
||||
* @deprecated Use {@link Midi.midiMessage|midiMessage} instead.
|
||||
* @deprecated This signal is deprecated and will be removed. Use {@link Midi.midiMessage|midiMessage} instead.
|
||||
*/
|
||||
void midiNote(QVariantMap eventData);
|
||||
|
||||
|
|
Loading…
Reference in a new issue