]> Shamusworld >> Repos - architektonas/blobdiff - src/mainapp/settings.cpp
Sanity check step 1: Renaming files...
[architektonas] / src / mainapp / settings.cpp
index 7d86faf2af193eccca232a51722edd649d09b022..b7bc76333efe677aa9b155b0dfe99f1dca7ad40f 100644 (file)
@@ -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 <jlhamm@acm.org>
 //
 // 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");