fix cpp-lib

This commit is contained in:
pls.153 2022-02-13 22:36:42 +01:00
parent 5e9cd2875a
commit 822bbbfaa3
5 changed files with 3 additions and 36 deletions

View file

@ -19,8 +19,8 @@ class CPP : public QObject {
public:
// max. 10 arguments of type QVariant
// return type must also be a QVariant
Q_INVOKABLE QVariant hello(const QVariant&);
Q_INVOKABLE QVariant callLisp(const QVariant&);
};
QT_END_NAMESPACE