comparison libgui/src/m-editor/find-dialog.h @ 31647:431f80aba37a

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Tue, 06 Dec 2022 15:37:43 -0500
parents ca7d58406f82 c6d54dd31a7e
children deb553ac2c54
comparison
equal deleted inserted replaced
31645:bd9da634f00d 31647:431f80aba37a
75 class QGroupBox; 75 class QGroupBox;
76 class QLabel; 76 class QLabel;
77 class QLineEdit; 77 class QLineEdit;
78 class QPushButton; 78 class QPushButton;
79 79
80 namespace octave 80 OCTAVE_BEGIN_NAMESPACE(octave)
81 { 81
82 class file_editor; 82 class file_editor;
83 83
84 class find_dialog : public QDialog 84 class find_dialog : public QDialog
85 { 85 {
86 Q_OBJECT 86 Q_OBJECT
170 170
171 QPoint m_last_position; 171 QPoint m_last_position;
172 172
173 const int m_mru_length = 10; 173 const int m_mru_length = 10;
174 }; 174 };
175 } 175
176 OCTAVE_END_NAMESPACE(octave)
176 177
177 #endif 178 #endif