aboutsummaryrefslogtreecommitdiffstats
path: root/src/diagram/structogram.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/diagram/structogram.cpp')
-rw-r--r--src/diagram/structogram.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/diagram/structogram.cpp b/src/diagram/structogram.cpp
new file mode 100644
index 0000000..517d26e
--- /dev/null
+++ b/src/diagram/structogram.cpp
@@ -0,0 +1,14 @@
+#include "diagram/structogram.h"
+
+using namespace samb;
+
+Structogram::Structogram(const QString &title, const QString &author) :
+ Scope(title), _author(author)
+{
+
+}
+
+Structogram::~Structogram()
+{
+
+}