X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Faction.cpp;fp=src%2Faction.cpp;h=d2862994a97e41421221025550959a1a63c4884d;hb=fc498c685147e3173130e2df8953cc52705553e9;hp=0000000000000000000000000000000000000000;hpb=cc51915b01054ba81883b1149bda58394da341a2;p=architektonas diff --git a/src/action.cpp b/src/action.cpp new file mode 100644 index 0000000..d286299 --- /dev/null +++ b/src/action.cpp @@ -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 +// +// WHO WHEN WHAT +// --- ---------- ------------------------------------------------------------ +// JLH 10/04/2011 Created this file +// + +#include "action.h" + +Action::Action(): QObject() +{ +} + +Action::~Action() +{ +}