Laserlicht 9 months ago
parent
commit
d9264bfdc3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      launcher/modManager/cmodlistview_moc.cpp

+ 1 - 1
launcher/modManager/cmodlistview_moc.cpp

@@ -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())