Abuse QSettings to find a sensible config file location
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 20 Jan 2009 01:08:30 +0000 (02:08 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 20 Jan 2009 21:07:48 +0000 (22:07 +0100)
Rather than trying to do The Right Thing [tm] ourselves, we now just instantiate
a QSettings object and retrieve its path to figure out where Quassel should store
its config data. Path is cached, so it's not too expensive.


No differences found