X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fbuffersyncer.cpp;h=d4c6918c68328366932ffbeddaf3f28923a441fd;hb=e0872cf3b3cdb8c52c5a52f32c3140143a29409d;hp=227370c20307c1e4916473b3b4ad8627b994beae;hpb=55712d5a21e948ea8b2b9ffe935635fddad485cb;p=quassel.git diff --git a/src/common/buffersyncer.cpp b/src/common/buffersyncer.cpp index 227370c2..d4c6918c 100644 --- a/src/common/buffersyncer.cpp +++ b/src/common/buffersyncer.cpp @@ -71,3 +71,7 @@ void BufferSyncer::removeBuffer(BufferId buffer) { _lastSeen.remove(buffer); emit bufferRemoved(buffer); } + +void BufferSyncer::renameBuffer(BufferId buffer, QString newName) { + emit bufferRenamed(buffer, newName); +}