]> Shamusworld >> Repos - architektonas/blobdiff - src/action.cpp
Preliminary Add Line tool work...
[architektonas] / src / action.cpp
diff --git a/src/action.cpp b/src/action.cpp
new file mode 100644 (file)
index 0000000..d286299
--- /dev/null
@@ -0,0 +1,22 @@
+// action.cpp: Action base class
+//
+// Part of the Architektonas Project
+// (C) 2011 Underground Software
+// See the README and GPLv3 files for licensing and warranty information
+//
+// JLH = James L. Hammons <jlhamm@acm.org>
+//
+// WHO  WHEN        WHAT
+// ---  ----------  ------------------------------------------------------------
+// JLH  10/04/2011  Created this file
+//
+
+#include "action.h"
+
+Action::Action(): QObject()
+{
+}
+
+Action::~Action()
+{
+}