X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgeneraltab.cpp;h=48a9ffdb5436fc7d86e742d21f7b4e8efba69d92;hb=ab604f6b520f16e24aa2611db856b13505e28686;hp=ebe36cb5d6aaf3909609e9611395557b17aba4b1;hpb=344e2456de66d38ce7afb86604e0fa714fa95006;p=architektonas diff --git a/src/generaltab.cpp b/src/generaltab.cpp index ebe36cb..48a9ffd 100644 --- a/src/generaltab.cpp +++ b/src/generaltab.cpp @@ -5,11 +5,12 @@ // (C) 2011 Underground Software // See the README and GPLv3 files for licensing and warranty information // -// JLH = James L. Hammons +// JLH = James Hammons // // WHO WHEN WHAT // --- ---------- ------------------------------------------------------------ // JLH 06/04/2011 Created this file +// #include "generaltab.h" @@ -23,6 +24,7 @@ GeneralTab::GeneralTab(QWidget * parent/*= 0*/): QWidget(parent) setLayout(layout); } + GeneralTab::~GeneralTab() { }