From e6a077a5e38a6f6a8d085852f08254db10be8e53 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Tue, 16 Mar 2004 18:15:07 +0000 Subject: [PATCH] Compile Warning -- svn path=/trunk/kdeedu/libkdeedu/; revision=296371 --- kdeeduplot/kplotwidget.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 ); -- 2.47.3