src: fixed clang warnings, fixed undefined symbols logs, fixed code convention violations

This commit is contained in:
Eberhard Graether
2014-07-21 01:26:35 +02:00
parent 0c570d54af
commit 0d46de871a
30 changed files with 166 additions and 172 deletions
+5 -6
View File
@@ -3,17 +3,16 @@
#include <memory>
#include "qgraphicsitem.h"
#include "utility/messaging/type/MessageActivateToken.h"
#include <QGraphicsItem>
#include "component/view/graphElements/GraphEdge.h"
#include "utility/messaging/type/MessageActivateToken.h"
class GraphNode;
class QtGraphEdge:
public GraphEdge,
public QGraphicsLineItem
class QtGraphEdge
: public GraphEdge
, public QGraphicsLineItem
{
public:
QtGraphEdge(const std::weak_ptr<GraphNode>& owner, const std::weak_ptr<GraphNode>& target, const Id id);