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