[Kst] branches/work/kst/portto4/kst/src/libkstapp
Adam Treat
treat at kde.org
Mon Jun 18 15:56:39 CEST 2007
SVN commit 677119 by treat:
* Don't include plot*.moc file in axis.cpp and
clean up the extra spaces
M +5 -9 axis.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/axis.cpp #677118:677119
@@ -16,24 +16,20 @@
Axis::Axis() {
reversed = false;
isLog = false;
- logBase = 0.0;
+ logBase = 0.0;
}
-Axis::~Axis() {
+Axis::~Axis() {
}
+AxisStyle::AxisStyle() {
+}
-AxisStyle::AxisStyle() {
-
+AxisStyle::~AxisStyle() {
}
-AxisStyle::~AxisStyle() {
}
-}
-
-#include "plotrenderer2d.moc"
-
// vim: ts=2 sw=2 et
More information about the Kst
mailing list