aboutsummaryrefslogtreecommitdiffstats
path: root/src/diagram
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2017-12-18 23:01:33 +0100
committerNao Pross <naopross@thearcway.org>2017-12-18 23:01:33 +0100
commit62bd9aa4da85ef87c4d9a9bb7911f8a4e0ac9986 (patch)
treeb7187831bb1908ad2d34eadf831bf63bfd3343b1 /src/diagram
parentAdd mainwindow.ui (diff)
downloadOrbitingYeti-62bd9aa4da85ef87c4d9a9bb7911f8a4e0ac9986.tar.gz
OrbitingYeti-62bd9aa4da85ef87c4d9a9bb7911f8a4e0ac9986.zip
Moved to QtCreator project with QMake
Diffstat (limited to '')
-rw-r--r--include/diagram/branchstatement.hpp (renamed from src/diagram/BranchStatement.hpp)0
-rw-r--r--include/diagram/iteratorstatement.hpp (renamed from src/diagram/IteratorStatement.hpp)0
-rw-r--r--include/diagram/scope.hpp (renamed from src/diagram/Scope.hpp)0
-rw-r--r--include/diagram/statement.hpp (renamed from src/diagram/Statement.hpp)0
-rw-r--r--include/diagram/structogram.hpp (renamed from src/diagram/Structogram.hpp)0
-rw-r--r--src/diagram/branchstatement.cpp (renamed from src/diagram/BranchStatement.cpp)9
-rw-r--r--src/diagram/iteratorstatement.cpp (renamed from src/diagram/IteratorStatement.cpp)9
-rw-r--r--src/diagram/scope.cpp (renamed from src/diagram/Scope.cpp)7
-rw-r--r--src/diagram/statement.cpp (renamed from src/diagram/Statement.cpp)9
9 files changed, 4 insertions, 30 deletions
diff --git a/src/diagram/BranchStatement.hpp b/include/diagram/branchstatement.hpp
index b7cc495..b7cc495 100644
--- a/src/diagram/BranchStatement.hpp
+++ b/include/diagram/branchstatement.hpp
diff --git a/src/diagram/IteratorStatement.hpp b/include/diagram/iteratorstatement.hpp
index a14d78d..a14d78d 100644
--- a/src/diagram/IteratorStatement.hpp
+++ b/include/diagram/iteratorstatement.hpp
diff --git a/src/diagram/Scope.hpp b/include/diagram/scope.hpp
index bf85759..bf85759 100644
--- a/src/diagram/Scope.hpp
+++ b/include/diagram/scope.hpp
diff --git a/src/diagram/Statement.hpp b/include/diagram/statement.hpp
index ab8c5b7..ab8c5b7 100644
--- a/src/diagram/Statement.hpp
+++ b/include/diagram/statement.hpp
diff --git a/src/diagram/Structogram.hpp b/include/diagram/structogram.hpp
index 84a4b84..84a4b84 100644
--- a/src/diagram/Structogram.hpp
+++ b/include/diagram/structogram.hpp
diff --git a/src/diagram/BranchStatement.cpp b/src/diagram/branchstatement.cpp
index 6345c1b..2835f35 100644
--- a/src/diagram/BranchStatement.cpp
+++ b/src/diagram/branchstatement.cpp
@@ -1,11 +1,4 @@
-/*
- * BranchStatement.cpp
- *
- * Created on: Nov 28, 2017
- * Author: naopross
- */
-
-#include "BranchStatement.hpp"
+#include "diagram/BranchStatement.hpp"
using namespace samb;
diff --git a/src/diagram/IteratorStatement.cpp b/src/diagram/iteratorstatement.cpp
index 02a7318..675d8eb 100644
--- a/src/diagram/IteratorStatement.cpp
+++ b/src/diagram/iteratorstatement.cpp
@@ -1,11 +1,4 @@
-/*
- * IteratorStatement.cpp
- *
- * Created on: Nov 28, 2017
- * Author: naopross
- */
-
-#include "IteratorStatement.hpp"
+#include "diagram/IteratorStatement.hpp"
using namespace samb;
diff --git a/src/diagram/Scope.cpp b/src/diagram/scope.cpp
index 721ee4b..a1074a3 100644
--- a/src/diagram/Scope.cpp
+++ b/src/diagram/scope.cpp
@@ -1,9 +1,4 @@
-/*
- * Created on: Nov 28, 2017
- * Author: naopross
- */
-
-#include "Scope.hpp"
+#include "diagram/Scope.hpp"
using namespace samb;
diff --git a/src/diagram/Statement.cpp b/src/diagram/statement.cpp
index 711bcf4..9cbcdb4 100644
--- a/src/diagram/Statement.cpp
+++ b/src/diagram/statement.cpp
@@ -1,11 +1,4 @@
-/*
- * Statement.cpp
- *
- * Created on: Nov 23, 2017
- * Author: naopross
- */
-
-#include "Statement.hpp"
+#include "diagram/Statement.hpp"
using namespace samb;