aboutsummaryrefslogtreecommitdiff
path: root/src/GraphicsPixmapObject.h
diff options
context:
space:
mode:
authorSamu Laaksonen <laaksonen.sj@gmail.com>2012-09-28 22:36:58 +0300
committerSamu Laaksonen <laaksonen.sj@gmail.com>2012-09-28 22:36:58 +0300
commit1cf5a427a829b22abea7027b18a130a01da3ed6a (patch)
tree9076e816e052bb35e52890a13562844090312be5 /src/GraphicsPixmapObject.h
parent685fe05def77b039221edf06c74af74915d536c5 (diff)
downloadprism-1cf5a427a829b22abea7027b18a130a01da3ed6a.tar.gz
prism-1cf5a427a829b22abea7027b18a130a01da3ed6a.zip
Rename commit
Renamed some files according the project name Added base directory structure for resources Changed more fitting parallax scrolled background to menus - added 3 new layers as resources Changed more cheerful buttons to menus Added base classes to build HUD later on Added one new test level that is size of 800*480 with tilesize of 32*32
Diffstat (limited to 'src/GraphicsPixmapObject.h')
-rw-r--r--src/GraphicsPixmapObject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GraphicsPixmapObject.h b/src/GraphicsPixmapObject.h
index 4ca8005..b128cf3 100644
--- a/src/GraphicsPixmapObject.h
+++ b/src/GraphicsPixmapObject.h
@@ -14,8 +14,8 @@ class GraphicsPixmapObject : public QObject, public QGraphicsPixmapItem
{
Q_OBJECT
- Q_PROPERTY(qreal opacity READ opacity WRITE setOpacity);
- Q_PROPERTY(QPointF pos READ pos WRITE setPos);
+ Q_PROPERTY(qreal opacity READ opacity WRITE setOpacity)
+ Q_PROPERTY(QPointF pos READ pos WRITE setPos)
public:
explicit GraphicsPixmapObject(const QPixmap &pixmap,