xlnt/third-party/cxxtest/test/fake/qlabel.h

11 lines
143 B
C++

// fake QLabel
#include <qstring.h>
#include <qwidget.h>
class QLabel
{
public:
QLabel(void *) {}
void setText(const QString &) {}
};