Files
pokerth/src/gui/qt/gametable/mysetlabel.cpp
T

32 lines
455 B
C++
Raw Normal View History

2008-05-05 07:46:19 +00:00
//
// C++ Implementation: mycardspixmaplabel
//
// Description:
//
//
// Author: FThauer FHammer <f.thauer@web.de>, (C) 2007
//
// Copyright: See COPYING file that comes with this distribution
//
//
#include "mysetlabel.h"
#include "gametableimpl.h"
using namespace std;
MySetLabel::MySetLabel(QGroupBox* parent)
: QLabel(parent)
2008-05-05 07:46:19 +00:00
{
}
MySetLabel::~MySetLabel()
{
}
void MySetLabel::paintEvent(QPaintEvent * event) {
QLabel::paintEvent(event);
}