Files
pokerth/src/gui/qt/settingsdialog/myavatarbutton.cpp
T

28 lines
370 B
C++
Raw Normal View History

2007-06-03 21:27:02 +00:00
//
// C++ Implementation: mycardspixmaplabel
//
// Description:
2007-06-03 21:27:02 +00:00
//
//
// Author: FThauer FHammer <f.thauer@web.de>, (C) 2007
//
// Copyright: See COPYING file that comes with this distribution
//
//
#include "myavatarbutton.h"
using namespace std;
MyAvatarButton::MyAvatarButton(QGroupBox* parent)
: QPushButton(parent)
2007-06-03 21:27:02 +00:00
{
}
MyAvatarButton::~MyAvatarButton()
{
}