Salome HOME
Copyright update 2022
[modules/gui.git] / tools / PyEditor / src / PyEditor_FindTool.h
index e6501700e85e917e2e3607fbcd4d730ff4c2c661..9e95ce763bf7c8299faf740ec1522d9e07b7c423 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2016  OPEN CASCADE
+// Copyright (C) 2015-2022  OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -33,6 +33,7 @@ class PyEditor_Editor;
 class QAction;
 class QLabel;
 class QLineEdit;
+class QMenu;
 
 class PYEDITOR_EXPORT PyEditor_FindTool : public QWidget
 {
@@ -60,6 +61,7 @@ private slots:
   void replaceAll();
   void update();
   void activate( int );
+  void customizeMenu( QMenu* );
 
 private:
   QList<QKeySequence> shortcuts( int ) const;