новые иконки в OpenBoard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
OpenBoard/src/domain/UBResizableGraphicsItem.cpp

26 lines
400 B

/*
* UBResizableGraphicsItem.cpp
*
* Created on: 30 juin 2009
* Author: Luc
*/
#include "UBResizableGraphicsItem.h"
#include "core/memcheck.h"
UBResizableGraphicsItem::UBResizableGraphicsItem()
{
// NOOP
}
UBResizableGraphicsItem::~UBResizableGraphicsItem()
{
// NOOP
}
void UBResizableGraphicsItem::resize(const QSizeF& pSize)
{
resize(pSize.width(), pSize.height());
}