This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
//
|
||||
// C++ Implementation: mycardspixmaplabel
|
||||
//
|
||||
// Description:
|
||||
//
|
||||
//
|
||||
// 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)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
MyAvatarButton::~MyAvatarButton()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user