blob: ed5b0885cd601cdfedff071ef8e8c3ec46130daf [file]
#ifndef RCC_OBJ_H
#define RCC_OBJ_H
#include <QObject>
#include <QString>
class RccObj : public QObject
{
Q_OBJECT
public:
RccObj();
static QString resourceContent();
};
#endif