]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_PagedContainer.cpp
Salome HOME
Process tool tip property for radio buttons
[modules/shaper.git] / src / ModuleBase / ModuleBase_PagedContainer.cpp
index b02d23b47346fd6788816e3904b84173133bae51..586b33b816198237cb51876b2f99ae7423484b86 100644 (file)
@@ -50,7 +50,8 @@ ModuleBase_PagedContainer::~ModuleBase_PagedContainer()
 
 int ModuleBase_PagedContainer::addPage(ModuleBase_PageBase* thePage,
                                       const QString& theName, const QString& theCaseId,
-                                      const QPixmap& theIcon )
+                                      const QPixmap& theIcon,
+                                      const QString& theTooltip)
 {
   if (!myPages.count()) {
     setDefaultValue(theCaseId.toStdString());