summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeanchors_p.h
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2011-06-20 14:28:54 (GMT)
committerFrederik Gladhorn <frederik.gladhorn@nokia.com>2011-06-20 14:28:54 (GMT)
commitbdc901a419616c71558b48f57c4659adbd1b6f4b (patch)
tree4ad74c659639e3644f56d1695abe90fe5cc086c1 /src/declarative/graphicsitems/qdeclarativeanchors_p.h
parentca85a324e2fb5401c582bfa622831652c19028b2 (diff)
parent999baebd708fb588d1ac13badd513cd09e4b0c45 (diff)
downloadQt-bdc901a419616c71558b48f57c4659adbd1b6f4b.zip
Qt-bdc901a419616c71558b48f57c4659adbd1b6f4b.tar.gz
Qt-bdc901a419616c71558b48f57c4659adbd1b6f4b.tar.bz2
Merge branch '4.8'
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativeanchors_p.h')
-rw-r--r--src/declarative/graphicsitems/qdeclarativeanchors_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeanchors_p.h b/src/declarative/graphicsitems/qdeclarativeanchors_p.h
index d222ef5..cffcd54 100644
--- a/src/declarative/graphicsitems/qdeclarativeanchors_p.h
+++ b/src/declarative/graphicsitems/qdeclarativeanchors_p.h
@@ -79,7 +79,6 @@ class Q_DECLARATIVE_PRIVATE_EXPORT QDeclarativeAnchors : public QObject
Q_PROPERTY(qreal baselineOffset READ baselineOffset WRITE setBaselineOffset NOTIFY baselineOffsetChanged)
Q_PROPERTY(QGraphicsObject *fill READ fill WRITE setFill RESET resetFill NOTIFY fillChanged)
Q_PROPERTY(QGraphicsObject *centerIn READ centerIn WRITE setCenterIn RESET resetCenterIn NOTIFY centerInChanged)
- Q_PROPERTY(bool mirrored READ mirrored NOTIFY mirroredChanged REVISION 1)
public:
QDeclarativeAnchors(QObject *parent=0);
@@ -184,7 +183,6 @@ Q_SIGNALS:
void verticalCenterOffsetChanged();
void horizontalCenterOffsetChanged();
void baselineOffsetChanged();
- Q_REVISION(1) void mirroredChanged();
private:
friend class QDeclarativeItem;