1
0
mirror of https://github.com/thp/pyotherside.git synced 2025-01-28 23:52:55 +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 * \code
* import pyotherside * import pyotherside
* *
* pyotherside.call('new-entries', 100, 123) * pyotherside.send('new-entries', 100, 123)
* \endcode * \endcode
* *
* The event can be captured in QML like this: * The event can be captured in QML like this: