Skip to content

Commit f1efd02

Browse files
committed
Use globalPos() instead of globalPosition() for Qt5 compa
1 parent 22c7318 commit f1efd02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/qtTeamTalk/chattextedit.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ void ChatTextEdit::mouseDoubleClickEvent(QMouseEvent* e)
318318
QDesktopServices::openUrl(QUrl(url));
319319
});
320320
}
321-
menu.exec(e->globalPosition().toPoint());
321+
menu.exec(e->globalPos());
322322
}
323323
}
324324
QListWidget::mouseDoubleClickEvent(e);

0 commit comments

Comments
 (0)