┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/kitemliststyleoption.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kitemviews/kitemliststyleoption.cpp')
-rw-r--r--src/kitemviews/kitemliststyleoption.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/kitemviews/kitemliststyleoption.cpp b/src/kitemviews/kitemliststyleoption.cpp
index c512fa43e..36cfeb088 100644
--- a/src/kitemviews/kitemliststyleoption.cpp
+++ b/src/kitemviews/kitemliststyleoption.cpp
@@ -30,7 +30,8 @@ KItemListStyleOption::KItemListStyleOption() :
horizontalMargin(0),
verticalMargin(0),
iconSize(KIconLoader::SizeMedium),
- extendedSelectionRegion(false)
+ extendedSelectionRegion(false),
+ maxTextSize()
{
}
@@ -43,7 +44,8 @@ KItemListStyleOption::KItemListStyleOption(const KItemListStyleOption& other) :
horizontalMargin(other.horizontalMargin),
verticalMargin(other.verticalMargin),
iconSize(other.iconSize),
- extendedSelectionRegion(other.extendedSelectionRegion)
+ extendedSelectionRegion(other.extendedSelectionRegion),
+ maxTextSize(other.maxTextSize)
{
}