Laserlicht 9 月之前
父节点
当前提交
d9264bfdc3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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())