summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-08-24 01:54:21 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-08-24 01:54:21 (GMT)
commita750ae1a0b568cdd7e52a0c8aea456b0bae16f0d (patch)
treebc0643fc60228c4864a64d8dd2437b646f2f3935 /src
parenta33615e18719730a9f50fbd1221a7067c51abfd5 (diff)
downloadQt-a750ae1a0b568cdd7e52a0c8aea456b0bae16f0d.zip
Qt-a750ae1a0b568cdd7e52a0c8aea456b0bae16f0d.tar.gz
Qt-a750ae1a0b568cdd7e52a0c8aea456b0bae16f0d.tar.bz2
Remove duplicated signals.
Diffstat (limited to 'src')
-rw-r--r--src/declarative/fx/qfxitem.h2
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();