X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gui%2Fglsledit.h;h=1fc452a18e501edf6c8784dc4d6b477cb1c90d08;hb=c8695f74ce1ee6a93dee4b3f7da5a70a64706c82;hp=e4412a26a36706121b43fa6ed850fe03d2fab775;hpb=fbd67a019a5a376f3c74ca3dae8c87bf353b8d28;p=apitrace diff --git a/gui/glsledit.h b/gui/glsledit.h index e4412a2..1fc452a 100644 --- a/gui/glsledit.h +++ b/gui/glsledit.h @@ -89,10 +89,13 @@ public slots: void fold(int line); void unfold(int line); void toggleFold(int line); + void indent(); protected: - void resizeEvent(QResizeEvent *e); - void wheelEvent(QWheelEvent *e); + virtual void resizeEvent(QResizeEvent *e); + virtual void wheelEvent(QWheelEvent *e); + virtual void contextMenuEvent(QContextMenuEvent *e); + private slots: void updateCursor();