summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlmetaproperty.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-07-01 13:48:41 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-07-02 00:54:54 (GMT)
commitecd07750a74111ed9ef65a7439ddccc065c5dadc (patch)
tree96422a2eca0a2ad2900027ee34df251a7a96890b /src/declarative/qml/qmlmetaproperty.h
parent5118020e63f5e634a74082c417362d735a7a2303 (diff)
downloadQt-ecd07750a74111ed9ef65a7439ddccc065c5dadc.zip
Qt-ecd07750a74111ed9ef65a7439ddccc065c5dadc.tar.gz
Qt-ecd07750a74111ed9ef65a7439ddccc065c5dadc.tar.bz2
Add parameterized synthesized signals
Also changed syntax for emitting a signal to be consistent with normal QtScript.
Diffstat (limited to 'src/declarative/qml/qmlmetaproperty.h')
-rw-r--r--src/declarative/qml/qmlmetaproperty.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/declarative/qml/qmlmetaproperty.h b/src/declarative/qml/qmlmetaproperty.h
index 6c28a86..688c4fd 100644
--- a/src/declarative/qml/qmlmetaproperty.h
+++ b/src/declarative/qml/qmlmetaproperty.h
@@ -86,7 +86,6 @@ public:
QVariant read() const;
void write(const QVariant &) const;
- void emitSignal();
bool hasChangedNotifier() const;
bool needsChangedNotifier() const;
@@ -101,7 +100,6 @@ public:
enum Type { Invalid = 0x00,
Property = 0x01,
SignalProperty = 0x02,
- Signal = 0x04,
Default = 0x08,
Attached = 0x10 };
@@ -126,7 +124,6 @@ public:
QmlBindableValue *binding() const;
QmlBindableValue *setBinding(QmlBindableValue *) const;
- static int findSignal(const QObject *, const char *);
static QmlMetaProperty createProperty(QObject *, const QString &);
int coreIndex() const;