comparison libgui/graphics/ToolBarButton.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
32 class QIcon; 32 class QIcon;
33 33
34 namespace octave 34 namespace octave
35 { 35 {
36 class interpreter; 36 class interpreter;
37 }
38
39 namespace octave
40 {
41 37
42 class Container; 38 class Container;
43 39
44 template <typename T> 40 template <typename T>
45 class ToolBarButton : public Object 41 class ToolBarButton : public Object