common: Fix syncing of BufferViewManager
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 7 Nov 2018 20:01:39 +0000 (21:01 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 7 Nov 2018 20:57:55 +0000 (21:57 +0100)
commite29496b663e59b7d5812069cfee4ebcfec7decfe
tree4c01471e19142bd9685a29384a82e576cede4aaf
parentd438145b28f34b7fdbc7e290aa001e5f3f922207
common: Fix syncing of BufferViewManager

Two syncable methods where accidentally demoted from being slots,
so adding/removing buffer views would not be synced anymore.

Fix this by making those methods slots again.
src/common/bufferviewmanager.h