Pārlūkot izejas kodu

Merge pull request #44016 from KoBeWi/emit_me_senpai

Mention that 'changed' signal needs manual emit
Rémi Verschelde 4 gadi atpakaļ
vecāks
revīzija
47fc78b599
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      doc/classes/Resource.xml

+ 1 - 0
doc/classes/Resource.xml

@@ -76,6 +76,7 @@
 		<signal name="changed">
 			<description>
 				Emitted whenever the resource changes.
+				[b]Note:[/b] This signal is not emitted automatically for custom resources, which means that you need to create a setter and emit the signal yourself.
 			</description>
 		</signal>
 	</signals>