1
0
mirror of https://github.com/thp/pyotherside.git synced 2025-01-17 23:22:53 +08:00

Documentation fix

This commit is contained in:
Thomas Perl 2013-09-30 14:43:36 +02:00
parent f79a434934
commit 8d09d7a6fb

View File

@ -77,7 +77,7 @@ class QPython : public QObject {
* \code
* import pyotherside
*
* pyotherside.call('new-entries', 100, 123)
* pyotherside.send('new-entries', 100, 123)
* \endcode
*
* The event can be captured in QML like this: