]> Shamusworld >> Repos - architektonas/blob - src/mainapp/settings.cpp
Initial import
[architektonas] / src / mainapp / settings.cpp
1 // settings.cpp
2 //
3 // Part of the Architektonas Project
4 // Originally part of QCad Community Edition by Andrew Mustun
5 // Extensively rewritten and refactored by James L. Hammons
6 // (C) 2010 Underground Software
7 //
8 // JLH = James L. Hammons <jlhamm@acm.org>
9 //
10 // Who  When        What
11 // ---  ----------  -----------------------------------------------------------
12 // JLH  05/21/2010  Added this text. :-)
13 //
14
15 // This is nothing more than a placeholder for a global object. :-)
16
17 #include "settings.h"
18
19 QSettings settings("Underground Software", "Architektonas");