summaryrefslogtreecommitdiff
path: root/src/gui/shortcutwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/shortcutwindow.h')
-rw-r--r--src/gui/shortcutwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/shortcutwindow.h b/src/gui/shortcutwindow.h
index f5d0fbab3..c1bf26a38 100644
--- a/src/gui/shortcutwindow.h
+++ b/src/gui/shortcutwindow.h
@@ -61,6 +61,8 @@ class ShortcutWindow final : public Window
void widgetHidden(const gcn::Event &event) override;
+ void widgetMoved(const gcn::Event& event) override;
+
void mousePressed(gcn::MouseEvent &event) override;
void mouseDragged(gcn::MouseEvent &event) override;