comparison libgui/src/gui-settings.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 e518e1f7e944 c6d54dd31a7e
children deb553ac2c54
comparison
equal deleted inserted replaced
31645:bd9da634f00d 31647:431f80aba37a
30 #include <QString> 30 #include <QString>
31 #include <QSettings> 31 #include <QSettings>
32 32
33 #include "gui-preferences.h" 33 #include "gui-preferences.h"
34 34
35 namespace octave 35 OCTAVE_BEGIN_NAMESPACE(octave)
36 { 36
37 class gui_settings : public QSettings 37 class gui_settings : public QSettings
38 { 38 {
39 Q_OBJECT 39 Q_OBJECT
40 40
41 public: 41 public:
156 private: 156 private:
157 157
158 void check (void); 158 void check (void);
159 }; 159 };
160 160
161 } 161 OCTAVE_END_NAMESPACE(octave)
162 162
163 // Some constants used in the preferences of several widgets and therefore 163 // Some constants used in the preferences of several widgets and therefore
164 // defined globally here 164 // defined globally here
165 165
166 // Constants for handling different color schemes 166 // Constants for handling different color schemes