aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/modelinglib
diff options
context:
space:
mode:
authorOrgad Shaneh <[email protected]>2018-04-04 21:54:24 +0300
committerOrgad Shaneh <[email protected]>2018-05-08 20:29:20 +0000
commit4e3fd9363a0840fb9c2cfd97bd96c8c835c3505e (patch)
tree7ea8f90dfa04e5b078caadfa6b38945106633fb5 /src/libs/modelinglib
parent904d6c1e6f42e7dd5c821857db85f5f3ecb9d55b (diff)
Modeling: Add a missing break
Detected by GCC8. Change-Id: Id9a76b6b635350911008d77273424e6d28ef2f98 Reviewed-by: Jochen Becher <[email protected]> Reviewed-by: Orgad Shaneh <[email protected]>
Diffstat (limited to 'src/libs/modelinglib')
-rw-r--r--src/libs/modelinglib/qmt/style/defaultstyleengine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/modelinglib/qmt/style/defaultstyleengine.cpp b/src/libs/modelinglib/qmt/style/defaultstyleengine.cpp
index c75249cb6b7..b17a7c920bf 100644
--- a/src/libs/modelinglib/qmt/style/defaultstyleengine.cpp
+++ b/src/libs/modelinglib/qmt/style/defaultstyleengine.cpp
@@ -513,6 +513,7 @@ bool DefaultStyleEngine::areStackingRoles(DObject::VisualPrimaryRole rhsPrimaryR
case DObject::SecondaryRoleOutline:
return false;
}
+ break;
case DObject::SecondaryRoleSoften:
case DObject::SecondaryRoleOutline:
return false;