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

List:       kde-commits
Subject:    koffice/kformula
From:       Marijn Kruisselbrink <m.kruisselbrink () student ! tue ! nl>
Date:       2008-08-24 22:05:48
Message-ID: 1219615548.061830.5464.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 851913 by mkruisselbrink:

another forgotten double->qreal conversion


 M  +1 -1      KFormulaCanvas.cpp  
 M  +1 -1      KFormulaCanvas.h  


--- trunk/koffice/kformula/KFormulaCanvas.cpp #851912:851913
@@ -95,7 +95,7 @@
     m_toolProxy->mouseMoveEvent( e, viewConverter()->viewToDocument( e->pos() ) );
 }
 
-void KFormulaCanvas::gridSize( double* horizontal, double* vertical ) const
+void KFormulaCanvas::gridSize( qreal* horizontal, qreal* vertical ) const
 {
     *horizontal = 10.0;        // set values to a default as KFormula doesn't
     *vertical = 10.0;          // use any grid
--- trunk/koffice/kformula/KFormulaCanvas.h #851912:851913
@@ -47,7 +47,7 @@
     ~KFormulaCanvas();
 
     /// reimplemented method from superclass
-    void gridSize( double* horizontal, double* vertical ) const;
+    void gridSize( qreal* horizontal, qreal* vertical ) const;
     
     /// reimplemented method from superclass
     bool snapToGrid() const;
[prev in list] [next in list] [prev in thread] [next in thread] 

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