X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_Module.h;h=803015f38786d38701b1e26281598b8d4c960464;hb=2833d61c7ee9a9d8b3f212e8b06fbd5375197c0a;hp=797e55c74b01432a3ea254783684144351ebd1e9;hpb=cd9217d7e87997ec8bc150a6d8c389e742ca0f84;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_Module.h b/src/PartSet/PartSet_Module.h index 797e55c74..803015f38 100644 --- a/src/PartSet/PartSet_Module.h +++ b/src/PartSet/PartSet_Module.h @@ -41,8 +41,6 @@ Q_OBJECT /// Called on creation of menu item in desktop virtual void featureCreated(QAction* theFeature); - /// Returnc list of nested commands for the given feature - virtual QStringList nestedFeatures(QString theFeature); std::string featureFile(const std::string&); /// Creates an operation and send it to loop @@ -112,7 +110,7 @@ Q_OBJECT /// SLOT, to fit all current viewer void onFitAllView(); - void onLaunchOperation(std::string theName, ObjectPtr theFeature); + void onRestartOperation(std::string theName, ObjectPtr theFeature); /// SLOT, to switch on/off the multi selection in the viewer /// \param theEnabled the enabled state