mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-08 22:26:51 +02:00
fix
This commit is contained in:
@@ -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())
|
||||
|
Reference in New Issue
Block a user