diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-04-17 20:25:10 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-04-17 20:25:10 -0300 |
commit | 0ec05e0cb396a9ef153d29f605d4a0bbeb0dc7c1 (patch) | |
tree | 35f1727f8eb959cf1c55798f7e6a2ef1d83db897 /Project/ConnectionLine.cpp | |
parent | 52931022eb25080e33f2362c3b0bd4361f0cdb0b (diff) | |
download | PSP.git-0ec05e0cb396a9ef153d29f605d4a0bbeb0dc7c1.tar.gz PSP.git-0ec05e0cb396a9ef153d29f605d4a0bbeb0dc7c1.tar.xz PSP.git-0ec05e0cb396a9ef153d29f605d4a0bbeb0dc7c1.zip |
Connection line import under implementation
Parent line not implemented yet
Diffstat (limited to 'Project/ConnectionLine.cpp')
-rw-r--r-- | Project/ConnectionLine.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Project/ConnectionLine.cpp b/Project/ConnectionLine.cpp index 9b7ce40..ea04e5e 100644 --- a/Project/ConnectionLine.cpp +++ b/Project/ConnectionLine.cpp @@ -1,5 +1,9 @@ #include "ConnectionLine.h" +ConnectionLine::ConnectionLine() : ControlElement(-1) +{ +} + ConnectionLine::ConnectionLine(Node* firstNode, int id) : ControlElement(id) { |