X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmainapp%2Fsettings.cpp;h=b7bc76333efe677aa9b155b0dfe99f1dca7ad40f;hb=f34fe4370628985ef1a4a4527cfa85165624e27c;hp=7d86faf2af193eccca232a51722edd649d09b022;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/mainapp/settings.cpp b/src/mainapp/settings.cpp index 7d86faf..b7bc763 100644 --- a/src/mainapp/settings.cpp +++ b/src/mainapp/settings.cpp @@ -1,19 +1,22 @@ // settings.cpp // // Part of the Architektonas Project -// Originally part of QCad Community Edition by Andrew Mustun -// Extensively rewritten and refactored by James L. Hammons -// (C) 2010 Underground Software +// By James L. Hammons +// Copyright (C) 2010 Underground Software +// See the README and GPLv2 files for licensing and warranty information // // JLH = James L. Hammons // // Who When What // --- ---------- ----------------------------------------------------------- -// JLH 05/21/2010 Added this text. :-) +// JLH 05/21/2010 Created this file. :-) // -// This is nothing more than a placeholder for a global object. :-) +// This is nothing more than a placeholder for a global QSettings object. :-) +// Hopefully we can get rid of this in the future by rolling it in somewhere +// were it really belongs, like the application. #include "settings.h" +#warning "!!! Get rid of this file once and for all !!!" QSettings settings("Underground Software", "Architektonas");