mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 20:44:14 +02:00
Remove insertFromMimeData override in ChatMessageArea
This commit is contained in:
parent
ccad0aed9e
commit
7b09812028
1 changed files with 0 additions and 5 deletions
|
@ -32,11 +32,6 @@ signals:
|
|||
protected:
|
||||
virtual void wheelEvent(QWheelEvent* event);
|
||||
bool _useFixedHeight;
|
||||
|
||||
void insertFromMimeData(const QMimeData* source) {
|
||||
insertPlainText(source->text());
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
#endif // hifi_ChatMessageArea_h
|
||||
|
|
Loading…
Reference in a new issue