comparison libgui/graphics/TextControl.h @ 31645:bd9da634f00d

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Tue, 06 Dec 2022 15:17:16 -0500
parents ca7d58406f82 9089bd969b37
children 431f80aba37a
comparison
equal deleted inserted replaced
31643:91680d96c860 31645:bd9da634f00d
31 class QLabel; 31 class QLabel;
32 32
33 namespace octave 33 namespace octave
34 { 34 {
35 class interpreter; 35 class interpreter;
36 }
37
38 namespace octave
39 {
40 36
41 class TextControl : public BaseControl 37 class TextControl : public BaseControl
42 { 38 {
43 public: 39 public:
44 TextControl (octave::interpreter& interp, 40 TextControl (octave::interpreter& interp,