Began switching the GUI system to use a QSettings object.
commit9083bc7963c09dd207a7bf31515e9970ef0f75db
authorstrange <kawk256@gmail.com>
Sat, 12 Dec 2009 22:24:06 +0000 (12 15:24 -0700)
committerstrange <kawk256@gmail.com>
Sat, 12 Dec 2009 22:24:06 +0000 (12 15:24 -0700)
tree44f80536430939078404d7a51ceed9d414293178
parent802b70a8397940468e83829cd28d48862a543ff5
Began switching the GUI system to use a QSettings object.

QSettings looks very useful -- it's the answer to my earlier problem, of how
to store settings data.

However, I'm getting "Fatal IO error: client killed" messages all over the
place when I try to use them . . . I'm not sure what is going on.
src/gui/Application.cpp
src/gui/Application.h
src/gui/Program.cpp
src/gui/Program.h
src/gui/ProgramDisplay.cpp
src/platform/TCPServerSocket.cpp
src/platform/TCPSocket.cpp