app/headers/brcup.h

15 lines
218 B
C++

#ifndef BRCUP_H
#define BRCUP_H
#include <QObject>
#include "brwidget.h"
class BRCup : public BRWidget
{
Q_OBJECT
public:
BRCup(BRProvider* provider, BRWidget::BRFederation federation);
};
#endif // BRCUP_H