comparison libgui/graphics/ContextMenu.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
31 #include "MenuContainer.h" 31 #include "MenuContainer.h"
32 #include "Object.h" 32 #include "Object.h"
33 33
34 class QMenu; 34 class QMenu;
35 35
36 namespace octave 36 OCTAVE_BEGIN_NAMESPACE(octave)
37 { 37
38 class interpreter; 38 class interpreter;
39 39
40 class ContextMenu : public Object, public MenuContainer 40 class ContextMenu : public Object, public MenuContainer
41 { 41 {
42 Q_OBJECT 42 Q_OBJECT
63 private slots: 63 private slots:
64 void aboutToShow (void); 64 void aboutToShow (void);
65 void aboutToHide (void); 65 void aboutToHide (void);
66 }; 66 };
67 67
68 } 68 OCTAVE_END_NAMESPACE(octave)
69 69
70 #endif 70 #endif