comparison libgui/graphics/Utils.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
comparison
equal deleted inserted replaced
18500:49877d3be064 18501:523878f76518
34 #include "graphics.h" 34 #include "graphics.h"
35 35
36 class QKeyEvent; 36 class QKeyEvent;
37 class QMouseEvent; 37 class QMouseEvent;
38 38
39 //////////////////////////////////////////////////////////////////////////////
40
41 namespace QtHandles 39 namespace QtHandles
42 { 40 {
43
44 //////////////////////////////////////////////////////////////////////////////
45 41
46 namespace Utils 42 namespace Utils
47 { 43 {
48 QString fromStdString (const std::string& s); 44 QString fromStdString (const std::string& s);
49 std::string toStdString (const QString& s); 45 std::string toStdString (const QString& s);
79 int height = -1); 75 int height = -1);
80 76
81 octave_scalar_map makeKeyEventStruct (QKeyEvent* event); 77 octave_scalar_map makeKeyEventStruct (QKeyEvent* event);
82 }; 78 };
83 79
84 //////////////////////////////////////////////////////////////////////////////
85
86 }; // namespace QtHandles 80 }; // namespace QtHandles
87 81
88 //////////////////////////////////////////////////////////////////////////////
89
90 #endif 82 #endif