X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=sample-qml%2Fcalledbyqml.h;fp=sample-qml%2Fcalledbyqml.h;h=0000000000000000000000000000000000000000;hb=a4f5c7d97fcbb97ece05cfbca38fb1963ab11377;hp=fbb5ef568c1cdb4edd362d1e0e713eb59b7cf05b;hpb=f775180abd5e6adb58763bec74aa250bf4657341;p=staging%2FHomeScreen.git diff --git a/sample-qml/calledbyqml.h b/sample-qml/calledbyqml.h deleted file mode 100644 index fbb5ef5..0000000 --- a/sample-qml/calledbyqml.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef CALLEDBYQML_H -#define CALLEDBYQML_H -#include - -class CalledByQml : public QObject -{ - Q_OBJECT - -public: - explicit CalledByQml(QObject *parent = 0); - Q_INVOKABLE int consoleout(); - Q_INVOKABLE int showup(); - -signals: - -public slots: - void refresh() { - qDebug("Called the C++ slot"); - } -}; - -#endif // CALLEDBYQML_H