aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-09-13 09:08:41 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-20 14:26:09 +0200
commit5c4c9123917fb411598807cd9bb855b9aa1fa832 (patch)
tree7b6b35a69ba0821fb38494dda277ee981925239a /src/qml/qml/qqmlobjectcreator_p.h
parent3ec5aae38e77d370d1a23efe4b924ee4762a2238 (diff)
Cleanup: Fold CompiledData::Value into CompiledData::Binding
Value isn't needed anywhere else Change-Id: Ib12d85332a6096e6232a790a7e6fd63961329e3b Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlobjectcreator_p.h')
-rw-r--r--src/qml/qml/qqmlobjectcreator_p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qml/qml/qqmlobjectcreator_p.h b/src/qml/qml/qqmlobjectcreator_p.h
index 9891566a00..026d62fd99 100644
--- a/src/qml/qml/qqmlobjectcreator_p.h
+++ b/src/qml/qml/qqmlobjectcreator_p.h
@@ -95,10 +95,6 @@ private:
QVariant variantForBinding(int expectedMetaType, const QV4::CompiledData::Binding *binding) const;
- QString valueAsString(const QV4::CompiledData::Value *value) const;
- static double valueAsNumber(const QV4::CompiledData::Value *value);
- static bool valueAsBoolean(const QV4::CompiledData::Value *value);
-
QString stringAt(int idx) const { return unit->header.stringAt(idx); }
void recordError(const QV4::CompiledData::Location &location, const QString &description);