comparison libgui/graphics/ListBoxControl.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
25 25
26 #include "BaseControl.h" 26 #include "BaseControl.h"
27 27
28 class QListWidget; 28 class QListWidget;
29 29
30 //////////////////////////////////////////////////////////////////////////////
31
32 namespace QtHandles 30 namespace QtHandles
33 { 31 {
34
35 //////////////////////////////////////////////////////////////////////////////
36 32
37 class ListBoxControl : public BaseControl 33 class ListBoxControl : public BaseControl
38 { 34 {
39 Q_OBJECT 35 Q_OBJECT
40 36
52 48
53 private: 49 private:
54 bool m_blockCallback; 50 bool m_blockCallback;
55 }; 51 };
56 52
57 //////////////////////////////////////////////////////////////////////////////
58
59 }; // namespace QtHandles 53 }; // namespace QtHandles
60 54
61 //////////////////////////////////////////////////////////////////////////////
62
63 #endif 55 #endif