From: Albert Astals Cid Date: Tue, 16 Mar 2004 18:15:07 +0000 (+0000) Subject: Compile Warning -- X-Git-Tag: v3.3.0~14 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=e6a077a5e38a6f6a8d085852f08254db10be8e53;p=libqmvoc.git Compile Warning -- svn path=/trunk/kdeedu/libkdeedu/; revision=296371 --- diff --git a/kdeeduplot/kplotwidget.cpp b/kdeeduplot/kplotwidget.cpp index bb281fc..68f67b8 100644 --- a/kdeeduplot/kplotwidget.cpp +++ b/kdeeduplot/kplotwidget.cpp @@ -26,9 +26,10 @@ 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 );