Dropping images now works on the whole split :)

This commit is contained in:
Mm2PL
2020-02-08 16:41:01 +01:00
parent d53bfbfdf2
commit a929053c4b
4 changed files with 27 additions and 27 deletions
+3
View File
@@ -86,6 +86,9 @@ protected:
void leaveEvent(QEvent *event) override;
void focusInEvent(QFocusEvent *event) override;
void dragEnterEvent(QDragEnterEvent *event) override;
void dropEvent(QDropEvent *event) override;
private:
void channelNameUpdated(const QString &newChannelName);
void handleModifiers(Qt::KeyboardModifiers modifiers);