From kde-commits Mon Feb 29 23:16:21 2016 From: Jaroslaw Staniek Date: Mon, 29 Feb 2016 23:16:21 +0000 To: kde-commits Subject: [kreport] src/plugins/maps: Map element: properly initialize m_latDataSetFromScript Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=145678779129496 Git commit 45cfae6eec8ea0bf2801319795d9371dbcd25d16 by Jaroslaw Staniek. Committed on 29/02/2016 at 23:11. Pushed by staniek into branch 'master'. Map element: properly initialize m_latDataSetFromScript (from calligra.git) M +1 -1 src/plugins/maps/KReportItemMaps.cpp http://commits.kde.org/kreport/45cfae6eec8ea0bf2801319795d9371dbcd25d16 diff --git a/src/plugins/maps/KReportItemMaps.cpp b/src/plugins/maps/KRepor= tItemMaps.cpp index 40c3c45..18dacb6 100644 --- a/src/plugins/maps/KReportItemMaps.cpp +++ b/src/plugins/maps/KReportItemMaps.cpp @@ -35,7 +35,7 @@ KReportItemMaps::KReportItemMaps(QDomNode *element) , m_sectionId(0) , m_oroPicture(0) , m_longDataSetFromScript(false) - , m_latitudeProperty(false) + , m_latDataSetFromScript(false) , m_zoomDataSetFromScript(false) { createProperties();