cleanup: Clean up BufferViewConfig
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 18 Oct 2018 22:00:58 +0000 (00:00 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 18 Nov 2018 10:06:43 +0000 (11:06 +0100)
Only mark methods as slots that need to be slots. Don't return const
refs. Un-inline everything. Rename the overload of initSetBufferList()
that isn't actually used as an init setter to simply setBufferList()
to avoid confusion.


No differences found