[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/edu/Rocs/src
From:       Laurent Montel <montel () kde ! org>
Date:       2008-10-05 13:23:06
Message-ID: 1223212986.997959.2401.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 868109 by mlaurent:

Pedantic


 M  +2 -2      UI_GraphEditWidget.h  
 M  +1 -1      UI_MainWindow.h  
 M  +2 -2      libgraph_DiNode.h  
 M  +1 -1      libgraph_Digraph.h  
 M  +1 -1      libgraph_Edge.h  
 M  +2 -2      libgraph_Graph.h  
 M  +1 -1      libgraph_GraphDocument.h  
 M  +1 -1      libgraph_MultiGraph.h  
 M  +1 -1      libgraph_MultiNode.h  
 M  +1 -1      libgraph_Node.h  
 M  +1 -1      libgraph_SimpleGraph.h  
 M  +1 -1      libgraph_SimpleNode.h  


--- trunk/playground/edu/Rocs/src/UI_GraphEditWidget.h #868108:868109
@@ -28,7 +28,7 @@
   class View;
   class Editor;
   class Document;
-};
+}
 
 class GraphEditWidget : public QWidget, public Ui::GraphEditWidget{
 public:
@@ -42,4 +42,4 @@
   KTextEditor::Document *_txtEditScriptDocument;
 };
 
-#endif
\ No newline at end of file
+#endif
--- trunk/playground/edu/Rocs/src/UI_MainWindow.h #868108:868109
@@ -35,7 +35,7 @@
 
 namespace libgraph{
   class GraphDocument;
-};
+}
 
 class MainWindow : public KXmlGuiWindow{
 Q_OBJECT
--- trunk/playground/edu/Rocs/src/libgraph_DiNode.h #868108:868109
@@ -56,6 +56,6 @@
   void addEdge(Edge *e);	//WARNING: CANNOT CALL IT DIRECLY.
 };
 
-};
+}
 
-#endif
\ No newline at end of file
+#endif
--- trunk/playground/edu/Rocs/src/libgraph_Digraph.h #868108:868109
@@ -47,5 +47,5 @@
   Node* createNode(QPointF position);
 };
 
-};
+}
 #endif
--- trunk/playground/edu/Rocs/src/libgraph_Edge.h #868108:868109
@@ -110,5 +110,5 @@
 
 };
 
-};
+}
 #endif
--- trunk/playground/edu/Rocs/src/libgraph_Graph.h #868108:868109
@@ -133,7 +133,7 @@
 
 };
 
-};
+}
 
-Q_DECLARE_METATYPE(libgraph::Graph*);
+Q_DECLARE_METATYPE(libgraph::Graph*)
 #endif
--- trunk/playground/edu/Rocs/src/libgraph_GraphDocument.h #868108:868109
@@ -112,5 +112,5 @@
   qreal _height;
 };
 
-};
+}
 #endif
--- trunk/playground/edu/Rocs/src/libgraph_MultiGraph.h #868108:868109
@@ -38,5 +38,5 @@
   Node* createNode(QPointF position);
 };
 
-};
+}
 #endif
--- trunk/playground/edu/Rocs/src/libgraph_MultiNode.h #868108:868109
@@ -56,5 +56,5 @@
   void addEdge(Edge *e);	// WARNING: CANNOT CALL IT DIRECTLY
 };
 
-};
+}
 #endif
--- trunk/playground/edu/Rocs/src/libgraph_Node.h #868108:868109
@@ -143,5 +143,5 @@
   
 };
 
-};
+}
 #endif
--- trunk/playground/edu/Rocs/src/libgraph_SimpleGraph.h #868108:868109
@@ -45,6 +45,6 @@
     Node* createNode(QPointF position);	// TESTED - OK
 };
 
-};
+}
 
 #endif
--- trunk/playground/edu/Rocs/src/libgraph_SimpleNode.h #868108:868109
@@ -62,5 +62,5 @@
   void addEdge(Edge *e);	// WARNING: DO NOT CALL IT DIRECTLY. 
 };
 
-};
+}
 #endif
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic