aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/language/evaluator.h
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-01-07 11:18:40 +0100
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-01-07 16:17:30 +0100
commit0f31dea211b9993f0bc8166cf9c38c9b57c7ed87 (patch)
tree8a2832794dd764614a0217dea44d1ae6120d5996 /src/lib/corelib/language/evaluator.h
parent53ff5b6fbf57ad624d3950123dacbcdba4c17376 (diff)
remove unused property accessor method
Change-Id: I358c9219180ab0aae85e931304acc818b7a88f3b Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'src/lib/corelib/language/evaluator.h')
-rw-r--r--src/lib/corelib/language/evaluator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/corelib/language/evaluator.h b/src/lib/corelib/language/evaluator.h
index ec844af92..b0a1f4eb4 100644
--- a/src/lib/corelib/language/evaluator.h
+++ b/src/lib/corelib/language/evaluator.h
@@ -54,7 +54,6 @@ public:
ScriptEngine *engine() const;
QScriptValue property(const Item *item, const QString &name);
- QScriptValue property(const Item *item, const QStringList &nameParts);
bool boolValue(const Item *item, const QString &name, bool defaultValue = false,
bool *propertyWasSet = 0);