This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
//
|
||||
// C++ Implementation: mycardspixmaplabel
|
||||
//
|
||||
// Description:
|
||||
//
|
||||
//
|
||||
// Author: FThauer FHammer <f.thauer@web.de>, (C) 2007
|
||||
//
|
||||
// Copyright: See COPYING file that comes with this distribution
|
||||
//
|
||||
//
|
||||
#include "myhpavatarbutton.h"
|
||||
|
||||
|
||||
using namespace std;
|
||||
|
||||
MyHPAvatarButton::MyHPAvatarButton(QWidget* parent)
|
||||
: QPushButton(parent)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
MyHPAvatarButton::~MyHPAvatarButton()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user