#ifndef ROBJB_HPP
#define ROBJB_HPP

#include <QObject>

class RObjB : public QObject
{
  Q_OBJECT
public:
  RObjB();
  ~RObjB();
};

#endif
