comparison libgui/graphics/ButtonControl.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 QAbstractButton; 31 class QAbstractButton;
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 ButtonControl : public BaseControl 37 class ButtonControl : public BaseControl
42 { 38 {
43 Q_OBJECT 39 Q_OBJECT
44 40