X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fbufferview.h;h=76201b2bd3df8c7fe1d0dc0f2e02c0a9c327a0a7;hp=511d80fa6ff1515a8264bce7ae07b2da314538b1;hb=eb903042cd48f1e1907a963f7d2baf93b54b2476;hpb=04754cf669dd295205226b744bc769b94693866a diff --git a/src/uisupport/bufferview.h b/src/uisupport/bufferview.h index 511d80fa..76201b2b 100644 --- a/src/uisupport/bufferview.h +++ b/src/uisupport/bufferview.h @@ -46,6 +46,7 @@ private slots: void keyPressEvent(QKeyEvent *); void rowsInserted (const QModelIndex & parent, int start, int end); void toggleHeader(bool checked); + void showContextMenu(const QPoint &); };