]> Git trees. - libqmvoc.git/commitdiff
Compile Warning --
authorAlbert Astals Cid <tsdgeos@terra.es>
Tue, 16 Mar 2004 18:15:07 +0000 (18:15 +0000)
committerAlbert Astals Cid <tsdgeos@terra.es>
Tue, 16 Mar 2004 18:15:07 +0000 (18:15 +0000)
svn path=/trunk/kdeedu/libkdeedu/; revision=296371

kdeeduplot/kplotwidget.cpp

index bb281fcf8670ab75f21f68aa025fc0b9e3196bb5..68f67b8e8700f86a7f7ba02e3f2678e378089df4 100644 (file)
 
 KPlotWidget::KPlotWidget( double x1, double x2, double y1, double y2, QWidget *parent, const char* name )
  : QWidget( parent, name ),
-   dXtick(0.0), dYtick(0.0), XAxisLabel(), YAxisLabel(),
+   dXtick(0.0), dYtick(0.0),
    nmajX(0), nminX(0), nmajY(0), nminY(0),
-   ShowAxes( true ), ShowTickMarks( true ), ShowTickLabels( true ), ShowGrid( false ) {
+   ShowAxes( true ), ShowTickMarks( true ), ShowTickLabels( true ), ShowGrid( false ),
+   XAxisLabel(), YAxisLabel() {
 
        //set DataRect
        setLimits( x1, x2, y1, y2 );