]> git.cworth.org Git - apitrace/blobdiff - gui/glsledit.h
d3dretrace: Use DirectXTex for d3d10 state too.
[apitrace] / gui / glsledit.h
index e4412a26a36706121b43fa6ed850fe03d2fab775..1fc452a18e501edf6c8784dc4d6b477cb1c90d08 100644 (file)
@@ -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();