forked from qt-creator/qt-creator
All: Fix some more Qt 6.7 induced deprecation warnings
Change-Id: I4f3fc9c34ff664ab153d4a9a641ec84a11e555a9 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -1339,7 +1339,7 @@ void TerminalWidget::mousePressEvent(QMouseEvent *event)
|
||||
contextMenu->addSeparator();
|
||||
contextMenu->addAction(configureAction);
|
||||
|
||||
contextMenu->popup(event->globalPos());
|
||||
contextMenu->popup(event->globalPosition().toPoint());
|
||||
} else if (m_selection) {
|
||||
copyToClipboard();
|
||||
setSelection(std::nullopt);
|
||||
|
||||
Reference in New Issue
Block a user