]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
PV500 porting.
authorAnthony Geay <anthony.geay@edf.fr>
Wed, 27 Jan 2016 16:10:07 +0000 (17:10 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Wed, 27 Jan 2016 16:10:07 +0000 (17:10 +0100)
test/standalone/gui/PLMainWindow.cxx

index 7662b16ff827961526a2e5f3ba84e54b9216f90a..b08d7e63eb8a01ca61190ecfdfee96fd4a9d1b92 100644 (file)
@@ -194,7 +194,7 @@ void PLMainWindow::insertSingleView(PLViewTab * tab)
   std::cout << "Created: " << pqview << "!" << std::endl;
 
   // Retrieve its widget and pass it to the Qt tab:
-  QWidget* viewWidget = pqview->getWidget();
+  QWidget* viewWidget = pqview->widget();
 
 //  QWidget* viewWidget = new QPushButton("toto");
   tab->hideAndReplace(viewWidget, pqview);