X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetExprEditor.h;h=b7af4cfb557921d7da86b7bf1c673ee957f1fe77;hb=450d1bd65c11870d3942a30164518037b9a7503e;hp=d51f45805992be503d90a6acff9363eefbbb9b2a;hpb=c3ae28ba30027cc4a6a757ef623f40adaae96ead;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetExprEditor.h b/src/ModuleBase/ModuleBase_WidgetExprEditor.h index d51f45805..b7af4cfb5 100644 --- a/src/ModuleBase/ModuleBase_WidgetExprEditor.h +++ b/src/ModuleBase/ModuleBase_WidgetExprEditor.h @@ -45,12 +45,6 @@ class ExpressionEditor: public QPlainTextEdit /// Returns placeholder list QString placeHolderText() const; - // Returns true if the current value is modified by has not been applyed yet - bool isModified() const; - - // Clears modified state - void clearModified(); - public slots: /// Insert additional string for completion /// \param theCompletion a string to insert @@ -92,9 +86,6 @@ private: QCompleter* myCompleter; bool myCompletedAndSelected; QString myPlaceHolderText; - - /// Boolean value whether the spin box content is modified - bool myIsModified; }; /**