mirror of
https://github.com/vcmi/vcmi.git
synced 2025-04-17 11:56:46 +02:00
fix
This commit is contained in:
parent
a3fe2859f5
commit
d9264bfdc3
@ -487,7 +487,7 @@ void CModListView::onCustomContextMenu(const QPoint &point)
|
||||
addContextEntry(
|
||||
!mod.getDownloadUrl().isEmpty(),
|
||||
tr("Open repository"),
|
||||
[this](ModState mod){
|
||||
[](ModState mod){
|
||||
QUrl url(mod.getDownloadUrl());
|
||||
QString repoUrl = QString("%1://%2/%3/%4")
|
||||
.arg(url.scheme())
|
||||
|
Loading…
x
Reference in New Issue
Block a user