diff options
Diffstat (limited to 'src/ActionScene.cpp')
| -rw-r--r-- | src/ActionScene.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ActionScene.cpp b/src/ActionScene.cpp index cc6faa4..8799e3e 100644 --- a/src/ActionScene.cpp +++ b/src/ActionScene.cpp @@ -103,6 +103,11 @@ void ActionScene::keyPressEvent(QKeyEvent *event) } } +void ActionScene::drawForeground(QPainter *painter, const QRectF &rect) +{ + +} + void ActionScene::loadMap(QString target) { QFileInfo f(target); |
