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();