diff --git a/mapeditor/mainwindow.cpp b/mapeditor/mainwindow.cpp index 22a6ef601..82a402b42 100644 --- a/mapeditor/mainwindow.cpp +++ b/mapeditor/mainwindow.cpp @@ -488,7 +488,6 @@ void MainWindow::on_actionOpenRecent_triggered() d.close(); }; - connect(&d.listWidget, &QListWidget::itemDoubleClicked, this, onSelect); connect(&d.listWidget, &QListWidget::itemActivated, this, onSelect); d.exec();