summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/QtTextEdit.h')
-rw-r--r--Swift/QtUI/QtTextEdit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/QtUI/QtTextEdit.h b/Swift/QtUI/QtTextEdit.h
index 228aa9e..7ce5d88 100644
--- a/Swift/QtUI/QtTextEdit.h
+++ b/Swift/QtUI/QtTextEdit.h
@@ -35,6 +35,7 @@ namespace Swift {
void unhandledKeyPressEvent(QKeyEvent* event);
void receivedFocus();
void lostFocus();
+ void itemDropped(QDropEvent* event);
public slots:
void handleSettingChanged(const std::string& settings);
@@ -44,6 +45,7 @@ namespace Swift {
virtual void focusInEvent(QFocusEvent* event);
virtual void focusOutEvent(QFocusEvent* event);
virtual void contextMenuEvent(QContextMenuEvent* event);
+ virtual void dropEvent(QDropEvent* event);
private slots:
void handleTextChanged();