X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fuisupport%2Fbufferview.h;h=011deabadeeafa8f67e45830f832cc838e3ae648;hb=fdfd62334f728bd05470c5191194d55027fec86e;hp=8eca675692e2d4f4f36c6ddf9c8c279fc89c5d72;hpb=c80e9d81bfecf4126ed5a0a8b34802aa320ade0c;p=quassel.git diff --git a/src/uisupport/bufferview.h b/src/uisupport/bufferview.h index 8eca6756..011deaba 100644 --- a/src/uisupport/bufferview.h +++ b/src/uisupport/bufferview.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2010 by the Quassel Project * + * Copyright (C) 2005-2012 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -65,6 +65,7 @@ public slots: void menuActionTriggered(QAction *); void nextBuffer(); void previousBuffer(); + void hideCurrentBuffer(); signals: void removeBuffer(const QModelIndex &);