[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Sat May 29 23:52:22 CEST 2004


CVS commit by staikos: 

remove debug


  M +0 -6      kst2dplot.cpp   1.46


--- kdeextragear-2/kst/kst/kst2dplot.cpp  #1.45:1.46
@@ -1942,5 +1942,4 @@ void Kst2DPlot::mousePressEvent(QWidget 
   /* which button */
   if (e->button() == Qt::LeftButton) {
-    kdDebug() << "Left button press" << endl;
     /*
     _draggablePlot = -1;
@@ -1961,5 +1960,4 @@ void Kst2DPlot::mousePressEvent(QWidget 
       return;
     } else if (plot_rect.contains(e->pos())) {
-      kdDebug() << "plot_rect contains it" << endl;
       /*
       if (_draggableLabel >= 0 && MouseInfo->getMode() == LABEL_TOOL) {
@@ -1980,5 +1978,4 @@ void Kst2DPlot::mousePressEvent(QWidget 
       return;
     } else if (plot_and_axis_rect.contains(e->pos())) {
-      kdDebug() << "plot_and_axis_rect contains it" << endl;
       ParentApp->getPlotDialog()->show_I();
       ParentApp->getPlotDialog()->_window->setCurrentText(static_cast<KstViewWidget*>(view)->viewObject()->tagName());
@@ -1990,5 +1987,4 @@ void Kst2DPlot::mousePressEvent(QWidget 
       return;
     } else if (win_rect.contains(e->pos())) {
-      kdDebug() << "win_rect contains it" << endl;
       ParentApp->getPlotDialog()->show_I();
       ParentApp->getPlotDialog()->_window->setCurrentText(static_cast<KstViewWidget*>(view)->viewObject()->tagName());
@@ -1999,6 +1995,4 @@ void Kst2DPlot::mousePressEvent(QWidget 
       ParentApp->getPlotDialog()->TabWidget->setCurrentPage(LABELS_TAB);
       return;
-    } else {
-      kdDebug() << "uncontained" << endl;
     }
   } else if (e->button() == Qt::RightButton) {





More information about the Kst mailing list