removing trash.
This commit is contained in:
parent
4400d8dd2d
commit
fbee572ad2
|
@ -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();
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
#inclue "qgraphicsmatrix3d.h"
|
||||
|
Loading…
Reference in New Issue