Skip to content

Instantly share code, notes, and snippets.

/myclass.h Secret

Created May 13, 2016 08:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/a2006c3499a7f6bd7e77e1a6b426b089 to your computer and use it in GitHub Desktop.
Save anonymous/a2006c3499a7f6bd7e77e1a6b426b089 to your computer and use it in GitHub Desktop.
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