X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fbufferview.h;h=2bd122126729539c89271896545908aeee8f78ec;hb=4e452ee828fdb411e6b1db07c18e02681a30ff27;hp=187b69737364eef559979696c45a91bf35163bc9;hpb=0ba56e60f400621ddc291669dc2c03a8e461c224;p=quassel.git diff --git a/src/uisupport/bufferview.h b/src/uisupport/bufferview.h index 187b6973..2bd12212 100644 --- a/src/uisupport/bufferview.h +++ b/src/uisupport/bufferview.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -168,6 +168,7 @@ public : inline BufferView *bufferView() const { return qobject_cast(widget()); } inline bool isActive() const { return _active; } void setWidget(QWidget *newWidget); + void setLocked(bool locked); QWidget *widget() const { return _childWidget; } void activateFilter();