summaryrefslogtreecommitdiffstats
path: root/src/scxml/qscxmlecmascriptplatformproperties.cpp
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-07-29 11:10:20 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2016-08-04 09:28:24 +0000
commitc97ab18c629c933bff7757f03860c1630c5048cf (patch)
treec7f9766a923c66fdeb98d5cd19f41e747060fdf5 /src/scxml/qscxmlecmascriptplatformproperties.cpp
parent141e61f8a7c3901aef271bb5e608ad486801ebab (diff)
Rename "In" method to lowercase "inState"
... to follow the coding style. Change-Id: I24b0bfa0d7b2ca7be160c88b3aa6cafe88637dd2 Reviewed-by: Erik Verbruggen <erik.verbruggen@qt.io>
Diffstat (limited to 'src/scxml/qscxmlecmascriptplatformproperties.cpp')
-rw-r--r--src/scxml/qscxmlecmascriptplatformproperties.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scxml/qscxmlecmascriptplatformproperties.cpp b/src/scxml/qscxmlecmascriptplatformproperties.cpp
index 8433d78..41e27b5 100644
--- a/src/scxml/qscxmlecmascriptplatformproperties.cpp
+++ b/src/scxml/qscxmlecmascriptplatformproperties.cpp
@@ -93,7 +93,7 @@ QString QScxmlPlatformProperties::marks() const
return QStringLiteral("the spot");
}
-bool QScxmlPlatformProperties::In(const QString &stateName)
+bool QScxmlPlatformProperties::inState(const QString &stateName)
{
return stateMachine()->isActive(stateName);
}