]> Shamusworld >> Repos - architektonas/blob - src/mainapp/settings.cpp
Fixed problem with MDI activation.
[architektonas] / src / mainapp / settings.cpp
1 // settings.cpp
2 //
3 // Part of the Architektonas Project
4 // By James L. Hammons
5 // Copyright (C) 2010 Underground Software
6 // See the README and GPLv2 files for licensing and warranty information
7 //
8 // JLH = James L. Hammons <jlhamm@acm.org>
9 //
10 // Who  When        What
11 // ---  ----------  -----------------------------------------------------------
12 // JLH  05/21/2010  Created this file. :-)
13 //
14
15 // This is nothing more than a placeholder for a global QSettings object. :-)
16 // Hopefully we can get rid of this in the future by rolling it in somewhere
17 // were it really belongs, like the application.
18
19 #include "settings.h"
20
21 #warning "!!! Get rid of this file once and for all !!!"
22 QSettings settings("Underground Software", "Architektonas");