comparison libgui/graphics/PushTool.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
29 #include "ToolBarButton.h" 29 #include "ToolBarButton.h"
30 30
31 namespace octave 31 namespace octave
32 { 32 {
33 class interpreter; 33 class interpreter;
34 }
35
36 namespace octave
37 {
38 34
39 class PushTool : public ToolBarButton<uipushtool> 35 class PushTool : public ToolBarButton<uipushtool>
40 { 36 {
41 Q_OBJECT 37 Q_OBJECT
42 38