comparison libgui/src/m-editor/file-editor-interface.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 ad014fc78bd6 c6d54dd31a7e
children deb553ac2c54
comparison
equal deleted inserted replaced
31645:bd9da634f00d 31647:431f80aba37a
30 #include <QMenuBar> 30 #include <QMenuBar>
31 #include <QToolBar> 31 #include <QToolBar>
32 32
33 #include "octave-dock-widget.h" 33 #include "octave-dock-widget.h"
34 34
35 namespace octave 35 OCTAVE_BEGIN_NAMESPACE(octave)
36 { 36
37 class base_qobject; 37 class base_qobject;
38 38
39 class file_editor_interface : public octave_dock_widget 39 class file_editor_interface : public octave_dock_widget
40 { 40 {
41 Q_OBJECT 41 Q_OBJECT
98 bool insert = true, 98 bool insert = true,
99 const QString& cond = "", 99 const QString& cond = "",
100 int index = -1, 100 int index = -1,
101 const QString& bookmarks = QString ()) = 0; 101 const QString& bookmarks = QString ()) = 0;
102 }; 102 };
103 } 103
104 OCTAVE_END_NAMESPACE(octave)
104 105
105 #endif 106 #endif