[Rinside-commits] r189 - pkg/inst/examples/qt

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Mar 17 02:42:45 CET 2011


Author: edd
Date: 2011-03-17 02:42:44 +0100 (Thu, 17 Mar 2011)
New Revision: 189

Modified:
   pkg/inst/examples/qt/qtdensity.cpp
   pkg/inst/examples/qt/qtdensity.h
Log:
minor edits


Modified: pkg/inst/examples/qt/qtdensity.cpp
===================================================================
--- pkg/inst/examples/qt/qtdensity.cpp	2011-03-17 01:03:41 UTC (rev 188)
+++ pkg/inst/examples/qt/qtdensity.cpp	2011-03-17 01:42:44 UTC (rev 189)
@@ -102,9 +102,9 @@
 }
 
 QtDensity::~QtDensity() {
-    std::cerr << "Dtor" << std::endl;
+    //std::cerr << "Dtor" << std::endl;
     m_R.parseEvalQ("q('no')");	// we never needed that before -- but maybe the Qt threads get in the way
-    std::cerr << "Dtor R stopped" << std::endl; // not reached !!
+    //std::cerr << "Dtor R stopped" << std::endl; // not reached !!
 }
 
 void QtDensity::plot(void) {

Modified: pkg/inst/examples/qt/qtdensity.h
===================================================================
--- pkg/inst/examples/qt/qtdensity.h	2011-03-17 01:03:41 UTC (rev 188)
+++ pkg/inst/examples/qt/qtdensity.h	2011-03-17 01:42:44 UTC (rev 189)
@@ -32,9 +32,9 @@
 
 private:
     void setupDisplay(void);	// standard GUI boilderplate of arranging things
-    void plot(void);		// run a density plot in R and update the display
+    void plot(void);		// run a density plot in R and update the
 
-    qlabel *imageLabel;
+    QLabel *imageLabel;
     QImage *image;
 
     RInside & m_R;		// reference to the R instance passed to constructor



More information about the Rinside-commits mailing list