comparison libgui/graphics/TextControl.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 bd9da634f00d c6d54dd31a7e
children deb553ac2c54
comparison
equal deleted inserted replaced
31645:bd9da634f00d 31647:431f80aba37a
28 28
29 #include "BaseControl.h" 29 #include "BaseControl.h"
30 30
31 class QLabel; 31 class QLabel;
32 32
33 namespace octave 33 OCTAVE_BEGIN_NAMESPACE(octave)
34 { 34
35 class interpreter; 35 class interpreter;
36 36
37 class TextControl : public BaseControl 37 class TextControl : public BaseControl
38 { 38 {
39 public: 39 public:
47 47
48 protected: 48 protected:
49 void update (int pId); 49 void update (int pId);
50 }; 50 };
51 51
52 } 52 OCTAVE_END_NAMESPACE(octave)
53 53
54 #endif 54 #endif