[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [marble] src/plugins/render/eclipses: EclipsesPlugin: Add missing calls to base class implementation
From:       Rene Kuettner <rene () bitkanal ! net>
Date:       2013-12-18 18:48:34
Message-ID: E1VtMAc-0004at-3U () scm ! kde ! org
[Download RAW message or body]

Git commit 8c022f088b0d4ef8bbd38ceae45b68314a24ef3d by Rene Kuettner.
Committed on 18/12/2013 at 18:46.
Pushed by renek into branch 'master'.

EclipsesPlugin: Add missing calls to base class implementations

Add missing calls the the base class implementations of setSettings()
and settings() respectively.

M  +2    -1    src/plugins/render/eclipses/EclipsesPlugin.cpp

http://commits.kde.org/marble/8c022f088b0d4ef8bbd38ceae45b68314a24ef3d

diff --git a/src/plugins/render/eclipses/EclipsesPlugin.cpp \
b/src/plugins/render/eclipses/EclipsesPlugin.cpp index 37b743c..65c1326 100644
--- a/src/plugins/render/eclipses/EclipsesPlugin.cpp
+++ b/src/plugins/render/eclipses/EclipsesPlugin.cpp
@@ -355,11 +355,12 @@ bool EclipsesPlugin::renderItem( GeoPainter *painter, \
EclipsesItem *item )  
 QHash<QString, QVariant> EclipsesPlugin::settings() const
 {
-    return m_settings;
+    return RenderPlugin::settings();
 }
 
 void EclipsesPlugin::setSettings( const QHash<QString, QVariant> &settings )
 {
+    RenderPlugin::setSettings( settings );
     m_settings = settings;
     emit settingsChanged( nameId() );
 }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic