From: Manuel Nickschas Date: Tue, 20 Jan 2009 01:08:30 +0000 (+0100) Subject: Abuse QSettings to find a sensible config file location X-Git-Tag: 0.4.0~193 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=894e9b60a395efdbacf8a2f8b0dc138464366191;hp=894e9b60a395efdbacf8a2f8b0dc138464366191 Abuse QSettings to find a sensible config file location 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. ---