comparison libgui/graphics/ToolBarButton.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
29 #include "Object.h" 29 #include "Object.h"
30 30
31 class QAction; 31 class QAction;
32 class QIcon; 32 class QIcon;
33 33
34 namespace octave 34 OCTAVE_BEGIN_NAMESPACE(octave)
35 { 35
36 class interpreter; 36 class interpreter;
37 37
38 class Container; 38 class Container;
39 39
40 template <typename T> 40 template <typename T>
54 QAction *m_separator; 54 QAction *m_separator;
55 55
56 QIcon get_icon (const std::string& name); 56 QIcon get_icon (const std::string& name);
57 }; 57 };
58 58
59 }; 59 OCTAVE_END_NAMESPACE(octave);
60 60
61 #endif 61 #endif