X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fbufferview.h;h=31c5ea55194dcd64f2b39654b71de2827e31e999;hp=6e674126eda3f863e90070b9980206ed6f12ea7a;hb=2517c75cb456db066aec68f99eed6e42d12a827d;hpb=0b881e26eb5d741effae4a8096b319c9f5bcd462;ds=sidebyside diff --git a/src/uisupport/bufferview.h b/src/uisupport/bufferview.h index 6e674126..31c5ea55 100644 --- a/src/uisupport/bufferview.h +++ b/src/uisupport/bufferview.h @@ -45,6 +45,7 @@ private slots: void joinChannel(const QModelIndex &index); void keyPressEvent(QKeyEvent *); void rowsInserted (const QModelIndex & parent, int start, int end); + void toggleHeader(bool checked); };