aboutsummaryrefslogtreecommitdiffstats
path: root/abstractmetabuilder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'abstractmetabuilder.cpp')
-rw-r--r--abstractmetabuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/abstractmetabuilder.cpp b/abstractmetabuilder.cpp
index b0cbc24a0..f90729ce1 100644
--- a/abstractmetabuilder.cpp
+++ b/abstractmetabuilder.cpp
@@ -2092,7 +2092,7 @@ int AbstractMetaBuilder::findOutValueFromString(const QString& stringValue, bool
if (ok)
return value;
- if (stringValue == "true" or stringValue == "false") {
+ if (stringValue == "true" || stringValue == "false") {
ok = true;
return (stringValue == "true");
}