diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-08-24 01:54:21 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-08-24 01:54:21 (GMT) |
commit | a750ae1a0b568cdd7e52a0c8aea456b0bae16f0d (patch) | |
tree | bc0643fc60228c4864a64d8dd2437b646f2f3935 /src | |
parent | a33615e18719730a9f50fbd1221a7067c51abfd5 (diff) | |
download | Qt-a750ae1a0b568cdd7e52a0c8aea456b0bae16f0d.zip Qt-a750ae1a0b568cdd7e52a0c8aea456b0bae16f0d.tar.gz Qt-a750ae1a0b568cdd7e52a0c8aea456b0bae16f0d.tar.bz2 |
Remove duplicated signals.
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(); |