summaryrefslogtreecommitdiffstats
path: root/qgraphicssystem_dd.h
diff options
context:
space:
mode:
Diffstat (limited to 'qgraphicssystem_dd.h')
-rw-r--r--qgraphicssystem_dd.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/qgraphicssystem_dd.h b/qgraphicssystem_dd.h
index 9e8af8a..5fd2045 100644
--- a/qgraphicssystem_dd.h
+++ b/qgraphicssystem_dd.h
@@ -69,8 +69,9 @@ public:
void endPaint(const QRegion &region);
// event handlers
- void handleMouseEvent(const Event &event);
- void handleGeometryChanged(const Event &event);
+ //void handleMouseEvent(const Event &event);
+ //void handleKeyEvent(const Event &event);
+ //void handleGeometryChanged(const Event &event);
private:
QDevDaysGraphicsSystem *m_system;