diff libgui/graphics/ObjectProxy.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 35bca657d74d
line wrap: on
line diff
--- a/libgui/graphics/ObjectProxy.h	Thu Feb 20 14:58:56 2014 -0500
+++ b/libgui/graphics/ObjectProxy.h	Thu Feb 20 15:10:07 2014 -0500
@@ -25,13 +25,9 @@
 
 #include <QObject>
 
-//////////////////////////////////////////////////////////////////////////////
-
 namespace QtHandles
 {
 
-//////////////////////////////////////////////////////////////////////////////
-
 class Object;
 
 class ObjectProxy : public QObject
@@ -60,10 +56,6 @@
    Object* m_object;
 };
 
-//////////////////////////////////////////////////////////////////////////////
-
 };
 
-//////////////////////////////////////////////////////////////////////////////
-
 #endif