comparison libgui/graphics/ToggleTool.h @ 18501:523878f76518 gui-release

style fix: eliminate lines of slashes to separate functions.
author John W. Eaton <jwe@octave.org>
date Thu, 20 Feb 2014 15:10:07 -0500
parents 49877d3be064
children f0e61a67ad9f
comparison
equal deleted inserted replaced
18500:49877d3be064 18501:523878f76518
23 #ifndef __QtHandles_ToggleTool__ 23 #ifndef __QtHandles_ToggleTool__
24 #define __QtHandles_ToggleTool__ 1 24 #define __QtHandles_ToggleTool__ 1
25 25
26 #include "ToolBarButton.h" 26 #include "ToolBarButton.h"
27 27
28 //////////////////////////////////////////////////////////////////////////////
29
30 namespace QtHandles 28 namespace QtHandles
31 { 29 {
32
33 //////////////////////////////////////////////////////////////////////////////
34 30
35 class ToggleTool : public ToolBarButton<uitoggletool> 31 class ToggleTool : public ToolBarButton<uitoggletool>
36 { 32 {
37 Q_OBJECT 33 Q_OBJECT
38 34
47 43
48 private slots: 44 private slots:
49 void triggered (bool checked); 45 void triggered (bool checked);
50 }; 46 };
51 47
52 //////////////////////////////////////////////////////////////////////////////
53
54 }; // namespace QtHandles 48 }; // namespace QtHandles
55 49
56 //////////////////////////////////////////////////////////////////////////////
57
58 #endif 50 #endif