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

List:       kde-commits
Subject:    koffice/kchart
From:       Marijn Kruisselbrink <m.kruisselbrink () student ! tue ! nl>
Date:       2008-08-24 21:47:25
Message-ID: 1219614445.856381.4238.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 851907 by mkruisselbrink:

apparently this double->qreal conversion was missed, making the virtual no longer override


 M  +1 -1      KChartCanvas.cpp  
 M  +1 -1      KChartCanvas.h  


--- trunk/koffice/kchart/KChartCanvas.cpp #851906:851907
@@ -88,7 +88,7 @@
     painter.end();
 }
 
-void KChartCanvas::gridSize( double*, double* ) const
+void KChartCanvas::gridSize( qreal*, qreal* ) const
 {
 }
 
--- trunk/koffice/kchart/KChartCanvas.h #851906:851907
@@ -53,7 +53,7 @@
     KChartCanvas( KChartView *view, KChartPart *parent );
     ~KChartCanvas();
 
-    virtual void gridSize( double*, double* ) const;
+    virtual void gridSize( qreal*, qreal* ) const;
     virtual bool snapToGrid() const;
     virtual void addCommand( QUndoCommand* );
     virtual KoShapeManager *shapeManager() const;
[prev in list] [next in list] [prev in thread] [next in thread] 

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