X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_ImportImageOp.h;h=e6b68ce85138609f7883d2f2108c25fc548af757;hb=f0688b4c39fcc3e49c2b58a90724b9c1c84f1337;hp=f59c3725658dd30b36d0898d82eb64a5f008a7a7;hpb=c6ea841032889efc8150795a11f81106f7149dcd;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_ImportImageOp.h b/src/HYDROGUI/HYDROGUI_ImportImageOp.h index f59c3725..e6b68ce8 100644 --- a/src/HYDROGUI/HYDROGUI_ImportImageOp.h +++ b/src/HYDROGUI/HYDROGUI_ImportImageOp.h @@ -49,9 +49,12 @@ protected: QStringList& theBrowseObjectsEntries ); bool isReferenceCorrect() const; -protected slots: - virtual void onApply(); + /** + * Apply changes done by this operation. + */ + virtual void apply(); +protected slots: void onCreatePreview( QImage ); void onActivatePointSelection( int ); void onPointCoordChanged( bool, int, bool, int );