removing trash.

This commit is contained in:
Federico Ponchio 2011-12-09 16:08:33 +00:00
parent 4400d8dd2d
commit fbee572ad2
3 changed files with 0 additions and 23 deletions

View File

@ -1,20 +0,0 @@
#include "cursorshapearea.h"
CursorShapeArea::CursorShapeArea(QDeclarativeItem *parent) :
QDeclarativeItem(parent)
{
}
Qt::CursorShape CursorShapeArea::cursorShape() const
{
return cursor().shape();
}
void CursorShapeArea::setCursorShape(Qt::CursorShape cursorShape)
{
if (cursor().shape() == cursorShape)
return;
setCursor(cursorShape);
emit cursorShapeChanged();
}

View File

@ -1 +0,0 @@

View File

@ -1,2 +0,0 @@
#inclue "qgraphicsmatrix3d.h"