// For license of this file, see /LICENSE.md. #ifndef NODEJS_H #define NODEJS_H #include class NodeJs : public QObject { Q_OBJECT public: explicit NodeJs(QObject* parent = nullptr); }; #endif // NODEJS_H