comparison libgui/graphics/Container.h @ 18569: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 9597e00ed2dd
comparison
equal deleted inserted replaced
18568:49877d3be064 18569:523878f76518
27 27
28 #include "GenericEventNotify.h" 28 #include "GenericEventNotify.h"
29 29
30 #include "graphics.h" 30 #include "graphics.h"
31 31
32 //////////////////////////////////////////////////////////////////////////////
33
34 namespace QtHandles 32 namespace QtHandles
35 { 33 {
36
37 //////////////////////////////////////////////////////////////////////////////
38 34
39 DECLARE_GENERICEVENTNOTIFY_SENDER(ContainerBase, QWidget); 35 DECLARE_GENERICEVENTNOTIFY_SENDER(ContainerBase, QWidget);
40 36
41 class Canvas; 37 class Canvas;
42 38
53 49
54 private: 50 private:
55 Canvas* m_canvas; 51 Canvas* m_canvas;
56 }; 52 };
57 53
58 //////////////////////////////////////////////////////////////////////////////
59
60 }; // namespace QtHandles 54 }; // namespace QtHandles
61 55
62 //////////////////////////////////////////////////////////////////////////////
63
64 #endif 56 #endif