aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/modelinglib/qmt/stereotype/customrelation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/modelinglib/qmt/stereotype/customrelation.cpp')
-rw-r--r--src/libs/modelinglib/qmt/stereotype/customrelation.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libs/modelinglib/qmt/stereotype/customrelation.cpp b/src/libs/modelinglib/qmt/stereotype/customrelation.cpp
index fa9c80a1a0f..cc80da1b800 100644
--- a/src/libs/modelinglib/qmt/stereotype/customrelation.cpp
+++ b/src/libs/modelinglib/qmt/stereotype/customrelation.cpp
@@ -114,4 +114,9 @@ void CustomRelation::setColor(const QColor &color)
m_color = color;
}
+void CustomRelation::setEmphasized(bool emphasized)
+{
+ m_emphasized = emphasized;
+}
+
} // namespace qmt