Translations:Development/Tutorials/Qt4 Ruby Tutorial/Chapter 08/22/fi: Difference between revisions

From KDE TechBase
(Created page with "Lopuksi lähetämme '''<tt>angleChanged()</tt>'''-signaalin kertomaan ulkopuoliselle maailmalle, että kulma on muuttunut. Avainsana '''<tt>emit</tt>''' on ainutlaatuinen Qt:lle ...")
 
(No difference)

Latest revision as of 17:48, 26 September 2011

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Development/Tutorials/Qt4 Ruby Tutorial/Chapter 08)
Finally, we emit the '''<tt>angleChanged()</tt>''' signal to tell the outside world that the angle has changed. The '''<tt>emit</tt>''' keyword is unique to Qt and not regular Ruby syntax.

Lopuksi lähetämme angleChanged()-signaalin kertomaan ulkopuoliselle maailmalle, että kulma on muuttunut. Avainsana emit on ainutlaatuinen Qt:lle ja ei ole säännöllistä Ruby-syntaksia.