aboutsummaryrefslogtreecommitdiff
path: root/src/BodyItem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/BodyItem.cpp')
-rw-r--r--src/BodyItem.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/BodyItem.cpp b/src/BodyItem.cpp
index 64d18d4..d62efea 100644
--- a/src/BodyItem.cpp
+++ b/src/BodyItem.cpp
@@ -30,6 +30,8 @@ namespace QuickMedia {
BodyItem& BodyItem::operator=(const BodyItem &other) {
url = other.url;
thumbnail_url = other.thumbnail_url;
+ title_max_lines = other.title_max_lines;
+ description_max_lines = other.description_max_lines;
visible = other.visible;
dirty = !other.title.empty();
dirty_description = !other.description.empty();