Make SessionSettings derive from UiSettings
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 12 May 2009 06:59:47 +0000 (08:59 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 13 May 2009 21:20:29 +0000 (23:20 +0200)
In order to avoid code duplication, we'll want to be able to put mainwin state
saving/restoring into methods taking an UiSettings object. Hence, we'll let SessionSettings
inherit from UiSettings rather than ClientSettings, and virtualize the accessors.

Also kill the separate sessionsettings.* files, as we want to centralize the various settings
objects into common files.


No differences found