[Kst] branches/work/kst/portto4/kst/src/libkstapp

Adam Treat treat at kde.org
Tue Jun 5 16:17:29 CEST 2007


SVN commit 671775 by treat:

* Couple strays


 M  +1 -2      axis.h  
 M  +1 -1      boxitem.h  
 M  +1 -1      ellipseitem.h  
 M  +2 -1      labelrenderer.cpp  
 M  +2 -2      labelrenderer.h  
 M  +1 -1      lineitem.h  
 M  +1 -1      pictureitem.h  
 M  +1 -1      plotitem.h  
 M  +1 -1      plotrenderer2d.h  


--- branches/work/kst/portto4/kst/src/libkstapp/axis.h #671774:671775
@@ -1,4 +1,3 @@
-
 /***************************************************************************
  *                                                                         *
  *   copyright : (C) 2007 The University of Toronto                        *
@@ -13,7 +12,7 @@
 #ifndef AXIS_H
 #define AXIS_H
 
-namespace Kst { 
+namespace Kst {
 
 // A representation of a plot axis.  This has nothing to do with the way the
 // axis is drawn - only the properties of it.
--- branches/work/kst/portto4/kst/src/libkstapp/boxitem.h #671774:671775
@@ -16,7 +16,7 @@
 #include "graphicsfactory.h"
 #include <QGraphicsRectItem>
 
-namespace Kst { 
+namespace Kst {
 
 class BoxItem : public ViewItem, public QGraphicsRectItem
 {
--- branches/work/kst/portto4/kst/src/libkstapp/ellipseitem.h #671774:671775
@@ -15,7 +15,7 @@
 #include "viewitem.h"
 #include <QGraphicsEllipseItem>
 
-namespace Kst { 
+namespace Kst {
 
 class EllipseItem : public ViewItem, public QGraphicsEllipseItem
 {
--- branches/work/kst/portto4/kst/src/libkstapp/labelrenderer.cpp #671774:671775
@@ -32,7 +32,7 @@
   int oldSize = rc.size;
   int oldY = rc.y;
   int oldX = rc.x;
-  
+
   while (fi) {
     if (fi->vOffset != Label::Chunk::None) {
       if (fi->vOffset == Label::Chunk::Up) {
@@ -202,4 +202,5 @@
 }
 
 }
+
 // vim: ts=2 sw=2 et
--- branches/work/kst/portto4/kst/src/libkstapp/labelrenderer.h #671774:671775
@@ -84,7 +84,7 @@
   inline int fontAscent() const {
     return _ascent;
   }
-  
+
   inline int lineSpacing() const {
     return _lineSpacing;
   }
@@ -123,7 +123,7 @@
   bool substitute;
   QVector<DataRef> *_cache;
   QPen pen;
-  
+
   private:
     QFont _font;
     QFontMetrics _fm;
--- branches/work/kst/portto4/kst/src/libkstapp/lineitem.h #671774:671775
@@ -16,7 +16,7 @@
 #include "graphicsfactory.h"
 #include <QGraphicsLineItem>
 
-namespace Kst { 
+namespace Kst {
 
 class LineItem : public ViewItem, public QGraphicsLineItem
 {
--- branches/work/kst/portto4/kst/src/libkstapp/pictureitem.h #671774:671775
@@ -15,7 +15,7 @@
 #include "viewitem.h"
 #include <QGraphicsRectItem>
 
-namespace Kst { 
+namespace Kst {
 
 class PictureItem : public ViewItem, public QGraphicsRectItem
 {
--- branches/work/kst/portto4/kst/src/libkstapp/plotitem.h #671774:671775
@@ -15,7 +15,7 @@
 #include "viewitem.h"
 #include <QGraphicsRectItem>
 
-namespace Kst { 
+namespace Kst {
 
 class PlotItem : public ViewItem, public QGraphicsRectItem
 {
--- branches/work/kst/portto4/kst/src/libkstapp/plotrenderer2d.h #671774:671775
@@ -14,7 +14,7 @@
 
 #include "axis.h"
 
-namespace Kst { 
+namespace Kst {
 
 class PlotRenderer2D {
   public:


More information about the Kst mailing list