-
-
Save anonymous/a2006c3499a7f6bd7e77e1a6b426b089 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class MyClass : public QObject | |
{ | |
Q_OBJECT | |
public: | |
MyClass(QObject *parent) ; | |
Q_INVOKABLE QString getText(int count) const; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment