Salome HOME
Comments of the code.
[modules/shaper.git] / src / ModuleBase / ModuleBase_PagedContainer.cpp
index c4c3623ccd898aae53e8248bfdcce3e4d67c46a8..38b145bfc2f302d504fe629feaf3a2043456fe42 100644 (file)
@@ -29,7 +29,8 @@ ModuleBase_PagedContainer::~ModuleBase_PagedContainer()
 }
 
 int ModuleBase_PagedContainer::addPage(ModuleBase_PageBase* thePage,
-                                      const QString& theName, const QString& theCaseId)
+                                      const QString& theName, const QString& theCaseId,
+                                      const QPixmap& theIcon )
 {
   if (!myPages.count()) {
     setDefaultValue(theCaseId.toStdString());