#ifndef RMANAGER_H #define RMANAGER_H #include class RManager : public QObject { Q_OBJECT public: explicit RManager(QObject *parent = 0); // R side methods/callbacks int parseEval(const QString & line); // R interface callbacks // Out for minimisation of the issue. }; #endif // RMANAGER_H