summaryrefslogtreecommitdiff
path: root/src/location/places/qplaceeditorial.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/places/qplaceeditorial.cpp')
-rw-r--r--src/location/places/qplaceeditorial.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/places/qplaceeditorial.cpp b/src/location/places/qplaceeditorial.cpp
index dcf53752..57306d3c 100644
--- a/src/location/places/qplaceeditorial.cpp
+++ b/src/location/places/qplaceeditorial.cpp
@@ -50,7 +50,7 @@ QPlaceEditorialPrivate::QPlaceEditorialPrivate()
}
QPlaceEditorialPrivate::QPlaceEditorialPrivate(const QPlaceEditorialPrivate &other)
-: QPlaceContentPrivate(), text(other.text), contentTitle(other.contentTitle),
+: QPlaceContentPrivate(other), text(other.text), contentTitle(other.contentTitle),
language(other.language)
{
}