summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxitem.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-05-18 06:39:05 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-05-18 06:39:05 (GMT)
commitc22504ae79b45268d603c2b2bc66bd2a59c331c7 (patch)
treedcb55fe13e4448c305934edc3ba90e772b2d3e7d /src/declarative/fx/qfxitem.h
parentdd9899ac1523d8ed38eb689d486c3cfb3ad5236a (diff)
downloadQt-c22504ae79b45268d603c2b2bc66bd2a59c331c7.zip
Qt-c22504ae79b45268d603c2b2bc66bd2a59c331c7.tar.gz
Qt-c22504ae79b45268d603c2b2bc66bd2a59c331c7.tar.bz2
Simplify (hopefully) anchors, and make them less reliant on signals
Diffstat (limited to 'src/declarative/fx/qfxitem.h')
-rw-r--r--src/declarative/fx/qfxitem.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/declarative/fx/qfxitem.h b/src/declarative/fx/qfxitem.h
index 549c9c2..437709f 100644
--- a/src/declarative/fx/qfxitem.h
+++ b/src/declarative/fx/qfxitem.h
@@ -213,14 +213,9 @@ public Q_SLOTS:
Q_SIGNALS:
void leftChanged();
- void rightChanged();
void widthChanged();
void heightChanged();
void topChanged();
- void bottomChanged();
- void hcenterChanged();
- void vcenterChanged();
- void baselineChanged();
void baselineOffsetChanged();
void stateChanged(const QString &);
void focusChanged();