comparison libgui/src/settings-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 ad014fc78bd6 c6d54dd31a7e
children deb553ac2c54
comparison
equal deleted inserted replaced
31645:bd9da634f00d 31647:431f80aba37a
35 #include "gui-preferences-ed.h" 35 #include "gui-preferences-ed.h"
36 #include "ui-settings-dialog.h" 36 #include "ui-settings-dialog.h"
37 37
38 class QsciLexer; 38 class QsciLexer;
39 39
40 namespace octave 40 OCTAVE_BEGIN_NAMESPACE(octave)
41 { 41
42 class base_qobject; 42 class base_qobject;
43 43
44 // Ui::settings_dialog is a generated class. 44 // Ui::settings_dialog is a generated class.
45 45
46 class settings_dialog : public QDialog, private Ui::settings_dialog 46 class settings_dialog : public QDialog, private Ui::settings_dialog
110 QCheckBox *m_rb_uncomment_strings[ed_comment_strings_count]; 110 QCheckBox *m_rb_uncomment_strings[ed_comment_strings_count];
111 111
112 QCheckBox *m_ws_enable_colors; 112 QCheckBox *m_ws_enable_colors;
113 QCheckBox *m_ws_hide_tool_tips; 113 QCheckBox *m_ws_hide_tool_tips;
114 }; 114 };
115 } 115
116 OCTAVE_END_NAMESPACE(octave)
116 117
117 #endif 118 #endif