diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-08-24 02:01:22 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-08-24 02:01:22 (GMT) |
commit | b9e59dfcb0e6855fc2729006d849d230a23c21fa (patch) | |
tree | 8402cc60a806fbaf740ba5a8604c9df099f35739 /src | |
parent | 8c78c571fc2c5ab706d88d652cbd20b2fd8c1a7c (diff) | |
parent | c9ed65f66a61c4149995dcc4c986a28ab2b4f124 (diff) | |
download | Qt-b9e59dfcb0e6855fc2729006d849d230a23c21fa.zip Qt-b9e59dfcb0e6855fc2729006d849d230a23c21fa.tar.gz Qt-b9e59dfcb0e6855fc2729006d849d230a23c21fa.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src')
-rw-r--r-- | src/declarative/fx/qfxitem.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxitem.h b/src/declarative/fx/qfxitem.h index 3485985..89c2cf1 100644 --- a/src/declarative/fx/qfxitem.h +++ b/src/declarative/fx/qfxitem.h @@ -155,8 +155,6 @@ public: void setKeepMouseGrab(bool); Q_SIGNALS: - void xChanged(); - void yChanged(); void widthChanged(); void heightChanged(); void childrenRectChanged(); |